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-eb00-4118-8d51-230b708e126b",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-3b47-4904-88cd-230b7783e9fb",
"assigned_to_staff_uuid": "123e4567-df59-421c-a4f5-230b79ff6d0b",
"uuid": "123e4567-a320-4ea8-9001-230b75e596fb",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-1993-4db7-b6e9-230b7a8189eb",
"create_date": "2025-07-01 12:00:00"
}