List Workspaces
Retrieves the workspaces for an organization.
Parameters
Parameter | Description |
---|---|
Name Matching Operation | Match operator for the name query parameter. IS is the default value but STARTS_WITH and CONTAINS is also supported. |
Workspace Name | Filter 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
Preview this Workflow on desktop