Tasks
Get Many
Get many tasks.
You can filter on custom fields as well. For example
/tasks?my_custom_field=some_value
If you need more advanced filtering, use the /query
endpoint.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Query Parameters
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Response
200
application/json
Successful Response
The response is of type object
.