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

This endpoint returns availabilities for discount entities with respect to the time of the showtime

Licenses Required

  • Vista.Ocapi
Request
path Parameters
showtimeId
required
string

The unique identifier of the showtime

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Showtime does not exist.

get/ocapi/v1/showtimes/{showtimeId}/discount-availability
Request samples
Response samples
application/json
{
  • "discountAvailabilities": [
    ]
}