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-b6d0-4111-b30d-2348214e853b",
"completed_timestamp": "2025-09-01 12:00:00",
"completed_by_staff_uuid": "123e4567-1a15-46c3-92ed-2348286bd45b",
"assigned_to_staff_uuid": "123e4567-6803-4635-a2b0-234826a163eb",
"uuid": "123e4567-c6e3-4e6d-a6b2-2348269141ab",
"edit_date": "2025-09-01 12:00:00",
"created_by_staff_uuid": "123e4567-d029-41df-88c5-234822731f8b",
"create_date": "2025-09-01 12:00:00"
}