Workspaces API
Version: 1.0
List workspaces
GET
/workspace/orgs/{org_id}/workspacesReturns a paginated list of all workspaces that you have a role to access in your organization. For a list of all workspaces regardless of your user role, see the 'Admin' equivalent API.
Request
Responses
200
Successful Response
Response schema
linksPaginationLinks
countinteger
firsturi
lasturi
nextstring | null
previousstring | null
totalinteger
resultsarray | array
Any of:
array
array
401
No permission -- see authorization schemes
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
403
Request forbidden -- authorization will not help
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
404
Resource not found or user lacks access
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
405
Specified method is invalid for this resource
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
422
Unprocessable Entity
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring