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
get
/workspaces

Folders

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
get
/workspaces/{workspaceId}/folders

Projects

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
post
/workspaces/{workspaceId}/projects

Last updated