Tasks
Retrieve a Task
OAuth Scope
This endpoint requires the following OAuth scope read_tasks.
get/task/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Task
Response
Task record retrieved successfully
Example response
{
"due_date": "YYYY-MM-DD",
"related_object_uuid": "123e4567-a7ce-47d6-9902-23497ddce01b",
"completed_timestamp": "2025-09-01 12:00:00",
"completed_by_staff_uuid": "123e4567-85b8-4262-9688-23497df4e38b",
"assigned_to_staff_uuid": "123e4567-a147-4507-bbb0-234970136efb",
"uuid": "123e4567-24fb-40dd-8814-23497018769b",
"edit_date": "2025-09-01 12:00:00",
"created_by_staff_uuid": "123e4567-9053-4714-865f-23497e8f1a7b",
"create_date": "2025-09-01 12:00:00"
}