v2
latestOpenAPI 3.1.12026-08-078549932.4 MBWorkTasks
Update a work task
put/WorkTasks/{id}
Path parameters
idstring required
Request body
titlestring nullable
descriptionstring nullable
patientIdstring nullable
assignedToIdstring nullable
categorystring nullable
prioritystring nullable
dueDatestring date-time nullable
callbackTypestring nullable
promisedByIdstring nullable
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