Get all tasks
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
filter[type]
Filter by task type (ID)
filter[status]
Filter by task status
Allowed values:
filter[date]
Filter by date
Allowed values:
filter[assignTo]
Filter by the "assignTo" ID. You can utilize account emails for the "assignTo" attribute.
filter[contacts]
Filter by contact ids
filter[deals]
Filter by deals ids
filter[companies]
Filter by companies ids
dateFrom
dateFrom to date range filter type (timestamp in milliseconds)
dateTo
dateTo to date range filter type (timestamp in milliseconds)
offset
Index of the first document of the page
limit
Number of documents per page
sort
Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed
Allowed values:
sortBy
The field used to sort field names.
Response
Returns task list with filters
items
List of tasks