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-07af-45cb-a697-23eb2589289b",
"completed_timestamp": "2026-03-01 12:00:00",
"completed_by_staff_uuid": "123e4567-5335-458d-9938-23eb29e6ddbb",
"assigned_to_staff_uuid": "123e4567-7106-4c97-8ef7-23eb298e30db",
"uuid": "123e4567-65d8-420c-b6a3-23eb21f9863b",
"created_by_staff_uuid": "123e4567-4d25-43cc-b9f8-23eb23fe680b",
"create_date": "2026-03-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}