Get all Tasks
GET/contacts/:contactId/tasks
Get all Tasks
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
tasksobject[]
List of tasks
{
"tasks": [
{
"id": "lJpzYrWdpkC2hX6t2yue",
"title": "test",
"body": "testing",
"assignedTo": "tesTUcmRxWrjqzJS8EjkxNK",
"dueDate": "2021-07-08T02:30:00.000Z",
"completed": true,
"contactId": "lJpzYrWdpkC2hX6t2yue"
}
]
}