Task
Get Task By Target
curl -X POST "http://crm-apiprod.b2bleadsmarket.com/task/get-tasks-by-target" \ -H "Content-Type: application/json" \ -d '{ "id": "string", "type": "string" }'{
"docs": [
{
"id": "string",
"position": 0,
"title": "string",
"body": "string",
"dueAt": "2019-08-24T14:15:22Z",
"statusId": "string",
"status": {
"name": "string",
"description": "string",
"isActive": true,
"isCustom": true
},
"assigneeId": "string",
"assignee": {
"nameFirstName": "string",
"nameLastName": "string",
"userEmail": "string",
"avatarUrl": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"createdBy": {
"source": "EMAIL",
"workspaceMemberId": "string",
"name": "string"
}
}
],
"total": 0,
"pagination": {}
}