Tasks
Create a new Task
OAuth Scope
This endpoint requires the following OAuth scope manage_tasks.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/task.json
Request body
Example request
{
"due_date": "YYYY-MM-DD",
"related_object_uuid": "123e4567-5f0e-4f6f-82b3-231ef9a3993b",
"completed_timestamp": "2025-08-01 12:00:00",
"completed_by_staff_uuid": "123e4567-dacd-4ce9-9a7e-231ef3d5c30b",
"assigned_to_staff_uuid": "123e4567-e014-4b31-9281-231ef113800b",
"uuid": "123e4567-028c-4e68-a7c4-231ef55a0fbb",
"edit_date": "2025-08-01 12:00:00",
"created_by_staff_uuid": "123e4567-3890-4384-a467-231ef3d2647b",
"create_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}