[GET] Get Workspaces
Last updated
Last updated
Use this request to obtain all the Workspaces available in your tenant.
Use cases for this request include:
Creating advanced UIs and Views around the selection of workspaces, such as the screen;
Selecting a workspace ID for future requests, based on the information of your available workspaces.
GET
/api/v1.0/external/sdworkspace/CurrentWorkspaces
Response Body GetWorkspaceResponse[]
workspaceId
integer
The ID of the workspace this task belongs to.
tenantId
integer
The ID of your Organization in our system.
workspaceName
string
The display name of this Workspace.
workspaceDescription
string
(optional)
The optional description of this Workspace.
isDefault
boolean
true
if this is the default workspace in your Organization, false
if otherwise.
taskType
The task type processed by this Workspace.
workspaceType
The type of workspace.
templateType
The type of template used to create this workspace.
workspaceTemplateName
string
(optional)
The name of the template used to create this workspace. May not be available for some tasks, use templateType
as a fallback.