Workspaces
Summary of Endpoints
Workspaces
get
Get all workspaces for a user
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Workspaces
application/json
4XX
Error description
application/json
get
/workspacesFolders
get
Get all folders for a workspace
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
workspaceIdstringRequired
Responses
200
Folders
application/json
4XX
Error description
application/json
get
/workspaces/{workspaceId}/foldersProjects
post
Create a project in a workspace
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
workspaceIdstringRequired
Body
contentTypestring Β· enumRequiredPossible values:
contentstringRequired
Responses
200
Successful Project creation
application/json
4XX
Error description
application/json
post
/workspaces/{workspaceId}/projectsLast updated