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-098d-4c7f-a7de-23e93b4d93bb",
"completed_timestamp": "2026-03-01 12:00:00",
"completed_by_staff_uuid": "123e4567-c922-4de5-8227-23e931ef62db",
"assigned_to_staff_uuid": "123e4567-bdc4-49a8-b249-23e93f447a4b",
"uuid": "123e4567-532a-456e-a73f-23e936e8709b",
"edit_date": "2026-03-01 12:00:00",
"created_by_staff_uuid": "123e4567-1b78-488c-88e0-23e931beff1b",
"create_date": "2026-03-01 12:00:00"
}