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-5cdc-4516-80c0-230fe4db519b",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-59e3-4660-9f1b-230fe69ace7b",
"assigned_to_staff_uuid": "123e4567-665a-45fe-8e60-230fed66807b",
"uuid": "123e4567-e615-4095-ae22-230fe1690c1b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-d052-4ffb-94ce-230fe28b9deb",
"create_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}