Work Templates

List work templates

circle-info

OAuth: This endpoint requires the default public scope.

List Work Templates

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Query parameters
pageintegerOptional

Search results are limited to 100 items. Specify page number to read more than the first page.

Responses
chevron-right
200

Lists Work Templates

application/json
total_pagesintegerOptional
countintegerOptional
pageintegerOptional
per_pageintegerOptional
previous_pageinteger · nullableOptional
next_pageinteger · nullableOptional
get
/v1/clients/work_templates

Code samples

Get a work template

circle-info

OAuth: This endpoint requires the default public scope.

Retrieve a Work Templates

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Path parameters
work_template_namestringRequired

The Work Template name

Responses
chevron-right
200

Gets a Work Templates

application/json
namestringRequired
descriptionstring · nullableOptional
image_preview_pathstring · nullableOptional
ctypestring · enumRequiredPossible values:
get
/v1/clients/work_templates/{work_template_name}

Code samples

Last updated

Was this helpful?