latestOpenAPI 3.1.02026-08-233001841.3 MB

0dcf3303e9d7

tasks

Bulk-update tasks

Any of the filters of the GET endpoint may be used as query parameters or passed in the request body (see Filter Parameters). For example:

{"_params": {"id__in": "task_A,task_B,task_C"}, "is_complete": true}

Only the assigned_to, date and is_complete fields may be updated.

put/task/

Query parameters

assigned_tostring nullable
formatstring nullable
idstring nullable
id__instring nullable
is_completestring nullable
lead_idstring nullable
_order_bystring nullable
organization_idstring nullable
_typestring nullable
_type__instring nullable
viewstring nullable
datestring nullable
date__ltstring nullable
date__ltestring nullable
date__gtstring nullable
date__gtestring nullable
due_datestring nullable
due_date__ltstring nullable
due_date__ltestring nullable
due_date__gtstring nullable
due_date__gtestring nullable
date_created__ltstring nullable
date_created__ltestring nullable
date_created__gtstring nullable
date_created__gtestring nullable
date_updated__ltstring nullable
date_updated__ltestring nullable
date_updated__gtstring nullable
date_updated__gtestring nullable
_fieldsstring

Comma-separated list of fields to include in the response.

Request body

assigned_tostring
is_completeboolean
organization_idstring
priority'high' | 'medium'
resolution'abandoned' | 'skipped'
textstring

Response

Successful response