List Workspaces
List Workspaces in an Organization
Path parameters
The ID of the Organization to list Workspaces for.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
A list of IDs for specific Workspaces to list. The API will list information only for Workspaces which have been specified in this list.
workspaceIds
. For example, workspaces?workspaceIds=workspaceId1&workspaceIds=workspaceId2
A list of names for specific Workspaces to filter by. The API will list information only for Workspaces which have been specified in this list.
The number of results to skip before returning values.
The maximum number of results to return.
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
The maximum number of workspaces that can be retrieved per page.
The offset for the current page of workspaces in the complete result.
The total number of Workspaces in the paginated result.
An array of Workspace objects representing a list of workspaces.