v2
latestOpenAPI 3.1.12026-08-078549932.4 MBWorkTasks
Mark a work task as complete
post/WorkTasks/{id}/complete
Path parameters
idstring required
Request body
notesstring nullable
outcomestring nullable
Structured contact result (PAW-625): "Reached" | "LeftVoicemail" | "NoAnswer" | … . Required when completing a Callback task; optional for other categories.
Response
OK
idstring
titlestring
descriptionstring nullable
patientIdstring nullable
assignedToIdstring nullable
createdByIdstring nullable
statusstring
categorystring
prioritystring
dueDatestring date-time nullable
completedAtstring date-time nullable
completedByIdstring nullable
createdAtstring date-time
updatedAtstring date-time
callbackTypestring nullable
Subtype of a callback: "DoctorCallback" | "LabResult" | … (null otherwise).
promisedByIdstring nullable
Staff member who promised the client a contact (accountability axis).
outcomestring nullable
Structured contact result set on completion: "Reached" | "LeftVoicemail" | … (null until completed).
escalatedboolean
True once an overdue callback has been escalated to administrators (PAW-625).
entityTypestring nullable
Type of entity this task is linked to (e.g., "appointment", "soap_note")
entityIdstring nullable
ID of the linked entity - frontend resolves to URL based on EntityType