---
title: "Gets the current list of discount availability entities for a particular showtime"
method: GET
path: "/ocapi/v1/showtimes/{showtimeId}/discount-availability"
tags: ["Discounts"]
---

# Gets the current list of discount availability entities for a particular showtime

`GET /ocapi/v1/showtimes/{showtimeId}/discount-availability`

This endpoint returns availabilities for discount entities with respect to the time of the showtime
#### Licenses Required


- Vista.Ocapi

## Path parameters

- `showtimeId` string, required

## Headers

- `Connect-Region-Code` string

## Response `200`

Success

- OcapiV1SalesAvailabilityDiscountAvailabilityListDetails — Represents a list of discount availability entities
  - `discountAvailabilities` OcapiV1SalesAvailabilityDiscountAvailability[], required — Gets the list of discount availability entities
    - `discountId` string, required — Gets the unique identifier of the discount
    - `isAvailable` boolean, required — Gets a value indicating whether the discount is available
    - `unavailableReason` 'NotApplicable' | 'UnavailableForFilm' | 'UnavailableForDistributor' | 'UnavailableForPublicHoliday' | 'UnavailableForDayOfWeek' | 'UnavailableForTime' | 'UnavailableForDate', required — Represents the reasons that a discount may not be available

## Other responses

- `404` — Showtime does not exist.

---

[API](https://skmtc.net/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.net/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/revisions/3a81c0aed14e/schema)
