Bulk-update tasks
Any of the filters of the GET endpoint may be used. For example, to update multiple tasks with given IDs A, B and C, id__in=A,B,C would be passed.
Only the assigned_to, date and is_complete fields may be updated.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:)>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
assigned_to
format
id
id__in
is_complete
lead_id
_order_by
organization_id
_type
_type__in
view
date
date__lt
date__lte
date__gt
date__gte
due_date
due_date__lt
due_date__lte
due_date__gt
due_date__gte
date_created__lt
date_created__lte
date_created__gt
date_created__gte
date_updated__lt
date_updated__lte
date_updated__gt
date_updated__gte
_fields
Comma-separated list of fields to include in the response.
Request
This endpoint expects an object.
assigned_to
date
is_complete
organization_id
priority
Allowed values:
resolution
Allowed values:
text
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error