Get a task
Retrieve the full details of a single CRM task by its identifier. The response includes the task''s name, type, status, due date, duration, notes, assignee, reminder settings, and linked contacts, companies, or deals.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Response
Returns the Task by id
taskTypeId
Id for type of task e.g Call / Email / Meeting etc.
name
Name of task
date
Task due date and time
id
Unique task id
companiesIds
Companies ids for companies a task is linked to
dealsIds
Deal ids for deals a task is linked to
contactsIds
Contact ids for contacts linked to this task
assignToId
Account id of the user assigned to this task
notes
Notes added to a task
done
Whether the task is marked as done
createdAt
Task creation date/time
updatedAt
Task last update date/time
Errors
400
Bad Request Error
404
Not Found Error