---
title: "Retrieves the collection of Reservation resources."
method: GET
path: "/reservations"
tags: ["Reservation"]
---

# Retrieves the collection of Reservation resources.

`GET /reservations`

Retrieves the collection of Reservation resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Reservation collection

- Reservation[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `mainEntityOfPageId` string, nullable
  - `reservationForId` string, nullable
  - `underNameId` string, nullable
  - `providerId` string, nullable
  - `programMembershipUsedId` string, nullable
  - `reservedTicketId` string, nullable
  - `potentialActionId` string, nullable
  - `additionalType` string, nullable
  - `alternateName` string, nullable
  - `description` string, nullable
  - `disambiguatingDescription` string, nullable
  - `image` string, nullable
  - `name` string, nullable
  - `url` string, nullable
  - `reservationId` string, nullable
  - `reservationStatus` string, nullable
  - `bookingTime` string, date-time, nullable
  - `modifiedTime` string, date-time, nullable
  - `totalPrice` integer, nullable
  - `priceCurrency` string, nullable
  - `brokerId` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
