Skip to Content
ReferenceAPIAppointmentsList appointments

Appointments API

List appointments

List appointments in the current workspace.

GET/v1/appointments
capability appointments.list · v1health dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

  • patientIdstring<uuid>
    query
  • fromstring<date-time>
    query
  • tostring<date-time>
    query
  • status"scheduled" | "checked_in" | "in_progress" | "completed" | "cancelled" | "no_show"
    query
  • limitinteger
    querydefault 100min 1max 200

Response

Successful responses use Dawn's data envelope.

  • dataAppointmentListrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • patientIdstring<uuid>required
    • practitionerIdstring<uuid>required
    • offeringIdstring<uuid>required
    • resourceIdsstring<uuid>[]required
      default []max items 12
    • assignmentsobject[]required
      default []max items 24
      • requirementIdstring<uuid>required
      • resourceIdstring<uuid>required
      • kind"person" | "site" | "room" | "equipment"required
      • practitionerIdstring<uuid> | nullrequired
      • startsAtstring<date-time>required
      • endsAtstring<date-time>required
    • startsAtstring<date-time>required
    • endsAtstring<date-time>required
    • status"scheduled" | "checked_in" | "in_progress" | "completed" | "cancelled" | "no_show"required
    • reasonstring | nullrequired
      max length 240
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403Scheduling is disabled or the requested patient is unavailable.
  • 422The appointment query is invalid.
  • 503Appointments are temporarily unavailable.
Last updated on