List or filter tasks
The `view` parameter can be used to conveniently access the different task views. It accepts one of the following values:
* `inbox`: Shows incomplete tasks up to the end of the user's day only (taking the time zone into account).
* `future`: Shows incomplete tasks starting from the user's tomorrow only (taking the time zone into account).
* `archive`: Shows complete tasks only.
Note that a `view` value of `inbox` or `future` will override any `date__lt` or `date__gte` parameters included in the same request.
The `_order_by` field allows ordering by `date` or `date_created` (descending order by prepending a minus, e.g. `_order_by=-date`).
Authentication
AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
_limit
Number of results to return.
_skip
Number of results to skip before returning, for pagination.
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.
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error