Skip to content

Vista Digital Platform (V1)

Download OpenAPI description
Languages
Servers
Mock server
https://developer.vista.co/_mock/openapi/digital-platform/openapi

Completed Order Assets

Operations

Completed Orders

Operations

Orders

Operations

Seats

Operations

Discounts

Operations

Events

Operations

Showtimes

Operations

Films

Operations

Gift Cards

Operations

Items

Operations

Journeys

Operations

Third Party Passes

Operations

Loyalty

Operations

Authentication

Operations

Members

Operations

Member Completed Orders

Operations

Friends

Operations

Password Reset

Operations

Payments

Operations

Member Rewards

Operations

Subscriptions

Operations

Ticket Redemption Cards

Operations

Credentials

Operations

Watched Films

Operations

Watchlist Films

Operations

Completion

Operations

Gift shop

Operations

Vouchers

Operations

Refunds

Operations

Seating

Operations

Browsing

Operations

Sites

Operations

Surveys

Operations

Third-Party Member Schemes

Operations

Gets the list of third party member scheme entities for a specified site

Request

This endpoint excludes any third-party member schemes that are validated against Vista Loyalty.

Loyalty schemes are handled as "member reward tickets with an availability restriction" via the GetMemberRewardAvailabilitiesForShowtime endpoint.

Licenses Required

  • Vista.Ocapi
Path
siteIdstringrequired

The unique identifier of the site

Headers
Connect-Region-Codestring

Region Code

curl -i -X GET \
  'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/third-party-member-schemes' \
  -H 'Connect-Region-Code: string'

Responses

Success

Bodyapplication/json
thirdPartyMemberSchemesArray of objects(ThirdPartyMemberScheme)required

Gets the list of third party member scheme entities

thirdPartyMemberSchemes[].​idstringnon-emptyrequired

Gets the unique identifier

thirdPartyMemberSchemes[].​nameobject(Translatable)required

Gets the name text, and its translations

thirdPartyMemberSchemes[].​name.​textstringnon-emptyrequired

Gets the text in the default language

thirdPartyMemberSchemes[].​name.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

thirdPartyMemberSchemes[].​name.​translations[].​languageTagstringnon-emptyrequired

Gets the IETF (RFC 4646) language tag that the translation Text has been translated for

Example: "en-US"
thirdPartyMemberSchemes[].​name.​translations[].​textstringnon-emptyrequired

Gets the translated text

thirdPartyMemberSchemes[].​cardNumberFormatobject(ThirdPartyMemberSchemeCardNumberFormat)required

Gets the card number format

thirdPartyMemberSchemes[].​cardNumberFormat.​partialFormatstringnon-emptyrequired

Gets the regular expression that can be used to determine whether a partially-entered card number matches the format

thirdPartyMemberSchemes[].​cardNumberFormat.​fullFormatstringnon-emptyrequired

Gets the regular expression that can be used to determine whether a full card number matches the format

thirdPartyMemberSchemes[].​cardNumberFormat.​prefixLengthinteger(int32)required

Gets the prefix length

thirdPartyMemberSchemes[].​seatLimitPerCardobject(Quantity)required

Gets the maximum number of seats across all ticket types for the scheme that can be ordered for an individual order ticket redemption card base for a specific showtime

thirdPartyMemberSchemes[].​seatLimitPerCard.​isUnlimitedbooleanrequired

Gets a value indicating whether the quantity is unlimited

thirdPartyMemberSchemes[].​seatLimitPerCard.​valueinteger or null(int32)

Gets the value

Response
application/json
{ "thirdPartyMemberSchemes": [ {} ] }

Ticket Prices

Operations

Tracking Events

Operations

Tips

Operations