List workspaces
Get a list of workspaces a user is a part of.
GET
/ v1 / workspaces
Authorization
Query parameters
Response
200 - application/json - object
-
Contains the nextCursor, if one exists, along with the pageSize.
- nextCursorstring
Make the same query with the new cursor to get more results.
- pageSizenumber
The number of results in this response.
-
-
An array of workspace objects.
-
The ID of the workspace.
-
The name of the workspace.
-
The ID of the team.
-
Whether the workspace is a team or individual type.
-
An array of labels.
- namestring
The name of the label.
-
-
An array of statuses for the workspace.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-
-