Skip to main content

List Workspaces

Retrieves the workspaces for an organization.

Parameters

ParameterDescription
Name Matching OperationMatch operator for the name query parameter. IS is the default value but STARTS_WITH and CONTAINS is also supported.
Workspace NameFilter workspaces by name.

Example Output

{
"objects": [
{
"id": "4e0e48e0-c755-11ed-9886-dea06841c80c",
"name": "Default",
"type": "workspace",
"requiresTitleAndComments": false
}
],
"offset": 0,
"limit": 10,
"totalCount": 1
}

Workflow Library Example

List Workspaces with Split and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop