v1
latestOpenAPI 3.1.02026-07-261620662.2 KBLista de tarefas
get/api/v4/tasks
Request body
Response
200
Example response
{
"_page": 1,
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/tasks?filter[task_type]=2&filter[is_completed]=1&limit=2&page=1"
},
"next": {
"href": "https://example.kommo.com/api/v4/tasks?filter[task_type]=2&filter[is_completed]=1&limit=2&page=2"
}
},
"_embedded": {
"tasks": [
{
"id": 7087,
"created_by": 3987910,
"updated_by": 3987910,
"created_at": 1575364000,
"updated_at": 1575364851,
"responsible_user_id": 123123,
"entity_id": 167353,
"entity_type": "leads",
"is_completed": true,
"task_type_id": 2,
"text": "Enviar um convite",
"complete_till": 1575665940,
"account_id": 321321,
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/tasks/7087"
}
}
}
]
}
}