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-8c04-40d6-9f92-2329bd805b5b",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-28af-4e1d-886d-2329b5ddbbeb",
"assigned_to_staff_uuid": "123e4567-59a9-468b-98ae-2329baeb389b",
"uuid": "123e4567-bd10-40e1-adb9-2329bef06c0b",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-40c6-4555-9c38-2329b2bfe28b",
"create_date": "2025-08-01 12:00:00"
}