Task Management
Create Task
Request Body
Field
Type
Required
Description
Example Request
POST /acme/live/tasks
Authorization: Bearer {token}
Content-Type: application/json
{
"title": "Follow up on lab results",
"description": "Review CBC results and call patient",
"assigneeId": "usr_3f8a1b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
"patientId": "pt_7f3a9b2c-1d4e-4f8a-b5c6-d7e8f9a0b1c2",
"dueDate": "2026-03-25",
"priority": "HIGH",
"taskType": "FOLLOW_UP"
}Example Response
Get All Tasks
Query Parameters
Parameter
Type
Description
Example Request
Example Response
Get Task by ID
Path Parameters
Parameter
Type
Description
Example Request
Example Response
Update Task
Path Parameters
Parameter
Type
Description
Request Body
Field
Type
Description
Example Request
Example Response
Delete Task
Path Parameters
Parameter
Type
Description
Example Request
Example Response
Last updated
Was this helpful?