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-bac9-482e-b07c-23c6f965b31b",
"completed_timestamp": "2026-01-01 12:00:00",
"completed_by_staff_uuid": "123e4567-991e-4267-aea9-23c6f0d410eb",
"assigned_to_staff_uuid": "123e4567-9b56-4094-b282-23c6fd28996b",
"uuid": "123e4567-72ba-445b-ba54-23c6fdea1dcb",
"edit_date": "2026-01-01 12:00:00",
"created_by_staff_uuid": "123e4567-7676-42ea-9d58-23c6fa2545eb",
"create_date": "2026-01-01 12:00:00"
}