Workspaces
GET
List workspaces
/api/workspacesList all 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