v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
WorkTasks

Get a specific work task by ID

get/WorkTasks/{id}

Path parameters

idstring required

The work task ID

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