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-b302-4e23-97f2-23eb22017bbb",
"completed_timestamp": "2026-03-01 12:00:00",
"completed_by_staff_uuid": "123e4567-6b97-4fc1-a883-23eb250ae7cb",
"assigned_to_staff_uuid": "123e4567-a052-459f-bb0b-23eb25f7b8ab",
"uuid": "123e4567-f386-48b4-9f01-23eb2215bc0b",
"edit_date": "2026-03-01 12:00:00",
"created_by_staff_uuid": "123e4567-1a36-4664-97f0-23eb2d7772cb",
"create_date": "2026-03-01 12:00:00"
}