---
title: "Gets appointment details.
Takes a list of appointment ids and returns dictionary of appointment and its related objects."
method: GET
path: "/Business/Schedules/Appointments"
tags: ["Rest"]
---

# Gets appointment details.
Takes a list of appointment ids and returns dictionary of appointment and its related objects.

`GET /Business/Schedules/Appointments`

## Query parameters

- `appointmentId` integer[], required

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteAppointmentsBuildAppointmentsResponse — Build Appointments response - all data members are keyed by appointment ID
  - `Appointments` object — Appointments
  - `AppointmentNotes` object — Appointment notes
  - `AppointmentReservationInfo` object — Appointment reservation information
  - `AppointmentStatus` object — Appointment status
  - `AppointmentPaymentInfo` object — Appointment payment info
  - `AppointmentAddOnIds` object — Add-on IDs added to the Appointment (if any)
  - `Errors` string[] — Error messages

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
