Workspaces
Create a Workspace
Request Body
Name
Type
Description
{
"workspace": {
"id": 4137,
"name": "Testing the API",
"background_color": "#58b28d",
"updated_at": "2016-01-25T16:39:34-08:00",
"data_room": false,
"default_view": "rows",
"default_sort": "alphabetical",
"root_folder_id": 849927,
"owner_id": 481,
"audit_trail": true,
"is_owner": true,
"require_agreement": false,
"agreement_accepted": false,
"effective_role": "Administrator",
"errors": {}
}
}Read a Workspace
Path Parameters
Name
Type
Description
Update a Workspace
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete a Workspace
Path Parameters
Name
Type
Description
List all Workspaces
Last updated
Was this helpful?