Workspaces
Retrieve workspaces. Requires permissions: 'Access User Management Api' and 'Access Users'.
Select
This view does not support server-side filtering.
SELECT * FROM Workspaces;
Columns
| Name | Type | Operators | Description |
| Id [KEY] | Integer | The unique, Marketo-assigned identifier of the workspace. | |
| Name | String | The name of the workspace. | |
| Description | String | The description of the workspace. | |
| Status | String | The status of the workspace. | |
| GlobalVisualization | String | The global visualization of the workspace. | |
| CurrencyInfo | String | The currency info of the workspace. | |
| CreatedAt | Datetime | The date and time the workspace was created. | |
| UpdatedAt | Datetime | The date and time the workspace was last updated. |