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-c607-4f2d-9c5a-23c6f24754fb",
"completed_timestamp": "2026-01-01 12:00:00",
"completed_by_staff_uuid": "123e4567-3794-45f8-84ee-23c6f97be96b",
"assigned_to_staff_uuid": "123e4567-0d03-4a07-88b3-23c6f6e4f3eb",
"uuid": "123e4567-7949-40b6-aef6-23c6f0af9b2b",
"created_by_staff_uuid": "123e4567-ceb0-4f2e-84d2-23c6fa453cfb",
"create_date": "2026-01-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}