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. |
{
"objects": [
{
"id": "4e0e48e0-c755-11ed-9886-dea06841c80c",
"name": "Default",
"type": "workspace",
"requiresTitleAndComments": false
}
],
"offset": 0,
"limit": 10,
"totalCount": 1
}
Was this page helpful?