patients

List daily patient expert assignments

Admin/customer-care endpoint returning patient expert assignments and reassignments created during a day.

get/api/patients/expert-assignments/daily

Query parameters

daystring date nullable

UTC day to inspect. Defaults to today.

UTC day to inspect. Defaults to today.

Response

Successful Response

idstring uuid required
patient_idstring uuid required
patient_namestring nullable
patient_emailstring nullable
patient_phonestring nullable
expert_typestring required
operator_idstring uuid required
operator_namestring nullable
operator_professionstring nullable
started_atstring date-time required
ended_atstring date-time nullable
created_atstring date-time required
created_bystring required
created_by_user_idstring uuid nullable
created_by_user_namestring nullable
created_by_user_emailstring nullable
previous_operator_idstring uuid nullable
previous_operator_namestring nullable
previous_ended_atstring date-time nullable
event_typestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.