Tasks
Get task
Retrieve a single task by ID
GET
Your Implementation Required
This endpoint must be implemented on your server
Path Parameters
string
required
The task’s CRM ID
Response
string
required
Task CRM ID
string
Task subject
string
Task description
boolean
Completion status
string
Completion timestamp (if completed)
Not Found
Return404 if task doesn’t exist: