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-4339-427e-a1d4-230b7f318b8b",
"completed_timestamp": "2025-07-01 12:00:00",
"completed_by_staff_uuid": "123e4567-74f2-461e-a469-230b77091dbb",
"assigned_to_staff_uuid": "123e4567-17a9-4e6f-a9c8-230b79b1afbb",
"uuid": "123e4567-8f8e-406c-9b3f-230b73cd093b",
"edit_date": "2025-07-01 12:00:00",
"created_by_staff_uuid": "123e4567-1a33-4f04-9cd8-230b72f5e71b",
"create_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}