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-befe-4749-8655-2322267c817b",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-0e5b-4e53-bb67-232229c425cb",
"assigned_to_staff_uuid": "123e4567-a78d-4066-a382-2322283a02ab",
"uuid": "123e4567-7a69-4bcf-9558-232225ab0e1b",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-fad1-476e-a330-232227f6b1eb",
"create_date": "2025-08-01 12:00:00"
}