POST
/api/v2/workspaces/{workspace_id}/archive
Archives a workspace
DELETE
/api/v2/workspaces/{workspace_id}/archive
Unarchives a workspace
GET
/api/v2/workspaces/{workspace_id}/contacts
Retrieves the contacts for a workspace
GET
/api/v2/workspaces/{workspace_id}/contacts/{id}
Retrieves a contact for a workspace
DELETE
/api/v2/workspaces/{workspace_id}/contacts/{id}
Removes a contact from a workspace
POST
/api/v2/workspaces/{workspace_id}/default
Sets a workspace template as the default
GET
/api/v2/workspaces/{workspace_id}/embeds
Retrieves the embeds for a workspace
POST
/api/v2/workspaces/{workspace_id}/embeds
Creates an embed for a workspace
GET
/api/v2/workspaces/{workspace_id}/embeds/{id}
Retrieves an embed for a workspace
PATCH
/api/v2/workspaces/{workspace_id}/embeds/{id}
Updates an embed for a workspace
GET
/api/v2/workspaces/{workspace_id}/files
Retrieves the files for a workspace
POST
/api/v2/workspaces/{workspace_id}/files
Creates a file for a workspace
GET
/api/v2/workspaces/{workspace_id}/files/{id}
Retrieves a file for a workspace
PATCH
/api/v2/workspaces/{workspace_id}/files/{id}
Updates a file for a workspace
GET
/api/v2/workspaces/{workspace_id}/folders
Retrieves the folders for a workspace
POST
/api/v2/workspaces/{workspace_id}/folders
Creates a folder for a workspace
GET
/api/v2/workspaces/{workspace_id}/folders/{id}
Retrieves a folder for a workspace
PATCH
/api/v2/workspaces/{workspace_id}/folders/{id}
Updates a folder for a workspace
GET
/api/v2/workspaces/{workspace_id}/invites
Retrieves the invites for a workspace
POST
/api/v2/workspaces/{workspace_id}/invites
Creates an invite for a workspace
DELETE
/api/v2/workspaces/{workspace_id}/invites/{id}
Deletes an invite for a workspace
GET
/api/v2/workspaces/{workspace_id}/links
Retrieves the links for a workspace
POST
/api/v2/workspaces/{workspace_id}/links
Creates a link for a workspace
GET
/api/v2/workspaces/{workspace_id}/links/{id}
Retrieves a link for a workspace
GET
/api/v2/workspaces/{workspace_id}/notes
Retrieves the notes for a workspace
POST
/api/v2/workspaces/{workspace_id}/notes
Creates a note for a workspace
GET
/api/v2/workspaces/{workspace_id}/notes/{id}
Retrieves a note for a workspace
GET
/api/v2/workspaces/{workspace_id}/projects
Retrieves the projects for a workspace
POST
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items/{item_id}/shortcut
Creates an item shortcut for a task of a workspace
DELETE
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items/{item_id}/shortcut
Deletes an item shortcut for a task of a workspace
GET
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items
Retrieves the items attached to the given task in the given workspace
GET
/api/v2/workspaces/{workspace_id}/tasks
Retrieves the tasks for a workspace
POST
/api/v2/workspaces/{workspace_id}/tasks
Creates a task in a workspace
GET
/api/v2/workspaces/{workspace_id}/tasks/{id}
Retrieves a task for a workspace
PATCH
/api/v2/workspaces/{workspace_id}/tasks/{id}
Updates a task of a workspace
GET
/api/v2/workspaces/templates
Retrieves the workspace templates
GET
/api/v2/workspaces
Retrieves the workspaces
POST
/api/v2/workspaces
Creates a workspace
GET
/api/v2/workspaces/{id}
Retrieves a workspace
PATCH
/api/v2/workspaces/{id}
Updates a workspace
DELETE
/api/v2/workspaces/{id}
Deletes a workspace