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-2fe0-47f9-9ba2-23f94c9b0eab",
"completed_timestamp": "2026-03-01 12:00:00",
"completed_by_staff_uuid": "123e4567-906b-40e0-af57-23f94565949b",
"assigned_to_staff_uuid": "123e4567-ba43-4895-b2e2-23f94075142b",
"uuid": "123e4567-42b2-4942-8e58-23f948bd71cb",
"edit_date": "2026-03-01 12:00:00",
"created_by_staff_uuid": "123e4567-a9e6-4c80-a01c-23f94945192b",
"create_date": "2026-03-01 12:00:00"
}