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]stringOptional

Filter by task type (ID)

filter[status]enumOptional
Filter by task status
Allowed values:
filter[date]enumOptional
Filter by date
Allowed values:
filter[assignTo]stringOptional
Filter by the "assignTo" ID. You can utilize account emails for the "assignTo" attribute.
filter[contacts]stringOptional
Filter by contact ids
filter[deals]stringOptional
Filter by deals ids
filter[companies]stringOptional
Filter by companies ids
dateFromintegerOptional

dateFrom to date range filter type (timestamp in milliseconds)

dateTointegerOptional

dateTo to date range filter type (timestamp in milliseconds)

offsetlongOptional
Index of the first document of the page
limitlongOptionalDefaults to 50
Number of documents per page
sortenumOptional

Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed

Allowed values:
sortBystringOptional
The field used to sort field names.

Response

Returns task list with filters
itemslist of objects or null
List of tasks

Errors