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-f62b-467f-992f-230efb238e4b",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-4fb4-43da-8bb4-230efb266a2b",
"assigned_to_staff_uuid": "123e4567-506d-4f11-8069-230efa689e7b",
"uuid": "123e4567-db75-4d5c-8d71-230ef75a709b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-1ce7-4bcc-8cd4-230ef66a55eb",
"create_date": "2025-07-01 12:00:00"
}