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