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
Example response
{
"due_date": "YYYY-MM-DD",
"related_object_uuid": "123e4567-02b1-4dbb-a6e7-2311083328cb",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-c967-45e5-8cc9-231109c6fadb",
"assigned_to_staff_uuid": "123e4567-85cd-4267-82bc-231102fcdecb",
"uuid": "123e4567-9d0d-416d-b028-23110b05721b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-af09-4294-9bf7-23110a32691b",
"create_date": "2025-07-01 12:00:00"
}