Workspaces Overview #
The Workspaces resource provides the ability to query workspaces on the your account and then interact with reports within those workspaces.
/{VERSION}/workspaces
Available Interfaces #
Interface | Description |
---|---|
Get All | Returns a collection of configured workspaces. |
Reports | Endpoints for interacting with reports. |
note
Include a 'tenant-id' header in your request to specify which tenant to run the report against. If no tenant-id is provided, workspace and report requests will fail.
Workspace Schema #
Key | Description | Type |
---|---|---|
id | Unique identifier for referencing this workspace | GUID |
name | User friendly name for the workspace | string |
default | Indication of whether this is a the default workspace for new users. | bool |