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-ade5-4ae8-a904-23110d1e11db",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-c297-4211-803f-231101dd3f2b",
"assigned_to_staff_uuid": "123e4567-65a0-4403-8b21-23110bd3cfab",
"uuid": "123e4567-2052-4787-89c5-2311040f1a8b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-f7c1-4778-9503-23110b26c70b",
"create_date": "2025-07-01 12:00:00"
}