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-b692-4f99-8cc1-23482274a71b",
"completed_timestamp": "2025-09-01 12:00:00",
"completed_by_staff_uuid": "123e4567-692f-434b-84f0-23482f61a0cb",
"assigned_to_staff_uuid": "123e4567-c9de-44d3-b40b-23482f92b45b",
"uuid": "123e4567-e917-4a56-b63b-234820050f4b",
"created_by_staff_uuid": "123e4567-e04b-49b9-a41a-234822ae652b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}