Workspaces
GET
List workspaces
/workspacesList workspaces.
Filters
Provided via query string:
| Name | Type | Description |
|---|---|---|
id |
String |
ID |
name |
String |
Name |
Parameters
Provided via query string:
| Name | Type | Description |
|---|---|---|
limit |
Number |
Number of items to return |
offset |
Number |
Number of items to skip before returning |
Response
An array of Workspace objects.
GET
Count workspaces
/workspaces/countCount workspaces.
Filters
Provided via query string:
| Name | Type | Description |
|---|---|---|
id |
String |
ID |
name |
String |
Name |
Response
A Count object.
GET