Tasks List

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

An example of the request

In the following example we will get a list of all completed tasks with the type 2 (Meeting) limiting the sample to 2 rows.

https://example.kommo.com/api/v4/tasks?filter[task_type]=2&filter[is_completed]=1&limit=2        

Response parameters

Method returns an array of task objects. The properties of an object are listed below.

ParameterData typeDescription
idintTask ID
created_byintID of the user who created the task
updated_byintID of the user who edited the task last
created_atintTask creation date in the format of Unix Timestamp
updated_atintTask edit date in the format of Unix Timestamp
responsible_user_idintTask responsible user ID
group_idintGroup ID of the task responsible user
entity_idintID of the entity the task is linked to
entity_typestringType of the entity the task is linked to
is_completedboolDefines whether the task is completed
task_type_idintTask type
textstringTask description
durationintTask duration in seconds
complete_tillintTask deadline date in the format of Unix Timestamp
resultobjectTask result
result[text]stringTask result text
account_idintAccount ID where the task is located in
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!