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-4961-4ecc-a821-23126dc2586b",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-2ca8-4239-935e-231260906deb",
"assigned_to_staff_uuid": "123e4567-b07c-4339-86a2-23126555021b",
"uuid": "123e4567-a70e-471d-86db-231261194efb",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-56ff-4268-a9d6-23126d58fc4b",
"create_date": "2025-08-01 12:00:00"
}