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
Example response
{
"due_date": "YYYY-MM-DD",
"related_object_uuid": "123e4567-bb83-4a3c-aa9f-231847dc200b",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-4842-4e16-b282-231847b2fb3b",
"assigned_to_staff_uuid": "123e4567-7385-4fda-82ba-2318489c9bcb",
"uuid": "123e4567-8ec4-4e6c-9445-23184f7a20db",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-c8a7-4ad2-9760-231843845eab",
"create_date": "2025-08-01 12:00:00"
}