briefcaseWorkspaces

A workspace can contain tasks or deals.

Retrieves a Workspace resource.

get

Retrieves a Workspace resource.

Authorizations
Path parameters
idstringRequired

Workspace identifier

Responses
chevron-right
200

Workspace resource

get
/workspaces/{id}

Retrieves the collection of Workspace resources.

get

Retrieves the collection of Workspace resources.

Authorizations
Query parameters
pageintegerOptional

The collection page number

Default: 1
itemsPerPageinteger · max: 30Optional

The number of items per page

Default: 15
titlestringOptional
title[]string[]Optional
descriptionstringOptional
description[]string[]Optional
ownerstringOptional
owner[]string[]Optional
createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
archivedAt[before]stringOptional
archivedAt[strictly_before]stringOptional
archivedAt[after]stringOptional
archivedAt[strictly_after]stringOptional
exists[archivedAt]booleanOptional
Responses
chevron-right
200

Workspace collection

get
/workspaces

Last updated