---
title: "Get house-level overbooking for a given property."
method: GET
path: "/availability/v1/properties/{id}"
tags: ["Availability"]
---

# Get house-level overbooking for a given property.

`GET /availability/v1/properties/{id}`

<br>You must have this scope: 'availability.read'.

## Path parameters

- `id` string, required

## Query parameters

- `from` string, date, required
- `to` string, date, required
- `timeSliceTemplate` 'DayUse' | 'OverNight', required
- `unitGroupType` 'BedRoom' | 'MeetingRoom' | 'EventSpace' | 'ParkingLot' | 'Other', required

## Response `200`

OK

- HouseOverbookingListModel
  - `timeSlices` HouseOverbookingTimeSliceModel[], required — A list of time slices where house-level overbooking is applied
    - `from` string, date-time, required — The time the slice starts.<br />A date and time (without fractional second part) in UTC or with UTC offset as defined in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
    - `to` string, date-time, required — The time the slice ends.<br />A date and time (without fractional second part) in UTC or with UTC offset as defined in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
    - `houseOverbookingLimit` integer, required — The overbooking limit applied.
  - `count` integer, required — Total count of items

## Other responses

- `204` — No Content
- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-availability-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-availability-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-availability-api/revisions/efbf2d427dd7/schema)
