---
title: "Get a list of all available services in a property"
method: GET
path: "/availability/v1/services"
tags: ["Availability"]
---

# Get a list of all available services in a property

`GET /availability/v1/services`

Get the list of available services for a specific property and time period.<br>You must have this scope: 'availability.read'.

## Query parameters

- `propertyId` string, required
- `from` string, date, required
- `to` string, date, required
- `timeSliceTemplate` 'DayUse' | 'OverNight'
- `timeSliceDefinitionIds` string[]
- `channelCodes` string[]
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Return all available services.

- AvailableServiceListModel
  - `timeSlices` ServiceAvailabilityTimeSliceItemModel[], required — List of time slices
    - `from` string, date-time, required — Date and time the time slice begins<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 — Date and time the time 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>
    - `services` ServiceAvailabilityItemModel[], required — List of services availabilities for this time slice
      - `service` EmbeddedServiceModel, required
        - `id` string, required — The service id
        - `code` string, nullable — The code for the service
        - `name` string, nullable — The name for the service
        - `description` string, nullable — The description for the service
      - `quantity` integer, required — The total number of services available.
      - `soldCount` integer, required — The number of sold services including included services picked up from blocks
      - `availableCount` integer, required — The number of services still available. This is the total quantity excluding the already sold services.
      - `serviceDate` string, date, required — The date this service is delivered
      - `block` BlockServicesModel, required
        - `definite` integer, required — The number of services which are definitely blocked
        - `tentative` integer, required — The number of services which are tentatively blocked
        - `optional` integer, required — The number of services which are optionally blocked
        - `optionalDeducting` integer, required — The number of services which are optionally blocked and reduce availability
        - `picked` integer, required — The number of services which are picked from blocked
        - `remaining` integer, required — The number of services which are not yet picked
  - `count` integer, required — Total count of items

## Other responses

- `204` — There are no available services matching your criteria.
- `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)
