Get Appointment Task IDs for Patient

Deprecated

Get all appointment task IDs for a patient. You can load the details of a task using the Get Appointment Task endpoint.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

patientIdstringRequired
The ID of the patient

Response

This endpoint returns an object.
appointmentTaskIdslist of strings
The IDs of the appointment tasks associated with this patient.