Tasks
Authorizations
AuthorizationstringRequired
Authorization: Bearer {AuthorizationToken}
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
1000pageintegerOptionalDefault:
1taskstringOptionalExample:
Comma separated task IDs
cle72jm2q0001pxwhqnf5qfocstatusstringOptionalDefault:
Comma separated status IDs
See GET /tasks/statuses
notstarted,inprogresspropertystringOptionalExample:
Comma separated property IDs
cksq4ybpq104zwgwh2gd1vvhaassetstringOptionalDeprecated
Use property instead
includeusersbooleanOptionalDefault:
Include names and emails of assigned users
falseincludeteamsbooleanOptionalDefault:
Include names of assigned teams
falseincludecategoriesbooleanOptionalDefault:
Include names of categories
falseincludeseveritiesbooleanOptionalDefault:
Include names of severities
falseincludetimescalesbooleanOptionalDefault:
Include names of timescales
falseResponses
200Success
application/json
totalintegerOptionalExample:
30341get/tasks
200Success
Authorizations
AuthorizationstringRequired
Authorization: Bearer {AuthorizationToken}
Path parameters
taskstring · UIDRequired
Body
statusstringRequiredExample:
See GET /tasks/statuses
completeduserstring · nullableOptionalExample:
Email or ID of the user who performed the change. If not provided or not recognised the update will be applied but the API user will be used instead
user.name@example.comcommentstring · nullableOptionalExample:
Combustibles have been removedskipWebhookbooleanOptionalDefault:
falseResponses
204Success
400Error
application/json
patch/tasks/{task}/status
Last updated
Was this helpful?