Skip to Content
ReferenceAPIAppointmentsGet an appointment

Appointments API

Get an appointment

Get an appointment in the current workspace.

GET/v1/appointments/{appointmentId}
capability appointments.get · v1health dataserver-scoped workspace

Request

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

  • appointmentIdstring<uuid>required
    path

Response

Successful responses use Dawn's data envelope.

  • dataAppointmentrequired
    • 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 appointment is unavailable.
  • 404The appointment could not be found.
  • 422The appointment ID is invalid.
  • 503The appointment is temporarily unavailable.
Last updated on