This resource represents the workspace authenticated by the API key. It supports only read and update operations
Methods
| Method | Response Type | Description |
|---|---|---|
| List | workspace collection | Retrieve properties of the workspace object. |
| Get | workspace collection | Retrieve properties of the workspace object. |
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name for the workspace. |
| id | String | The workspace ID is a unique identifier that represents the workspace. It is a key field and cannot be null. Read-only. |
JSON format
The JSON representation below illustrates the resource type.
{
"displayName": "string",
"id": "string (identifier)",
}