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

Gets a list of active member completed order base entities for the currently authenticated member

Request

Active orders are defined as member completed order base entities that have not expired (see member completed order base ExpiresAt)

Active orders are returned in descending order based on the member completed order base CreatedAt date.

Licenses Required

  • Vista.Ocapi
Headers
loyaltySessionTokenstring

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Codestring

Region Code

curl -i -X GET \
  https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/completed-orders/active \
  -H 'Connect-Region-Code: string' \
  -H 'loyaltySessionToken: string'

Responses

Success

Bodyapplication/json
ordersArray of MemberCompletedGiftShopOrder (object) or MemberCompletedStandardOrder (object) or MemberCompletedSubscriptionOrder (object)required

Gets the list of member completed order base entities

One of:

Represents a completed gift shop order belonging to a member

orders[].​idstring or null

Gets the unique identifier

orders[].​typestring(OrderType)required

Gets the type

Enum"Standard""GiftShop""Subscription"
orders[].​totalPriceobject(MonetaryValue)required

Gets the total price to be displayed to the customer

orders[].​totalPrice.​valueIncludingTaxnumber(double)read-onlyrequired

Gets the monetary value including tax

orders[].​totalPrice.​valueExcludingTaxnumber(double)read-onlyrequired

Gets the monetary value excluding tax

orders[].​totalPrice.​taxnumber(double)read-onlyrequired

Gets the amount of tax

orders[].​amountSavedobject(MonetaryValue)required

Gets the monetary amount saved via discounted prices

orders[].​amountSaved.​valueIncludingTaxnumber(double)read-onlyrequired

Gets the monetary value including tax

orders[].​amountSaved.​valueExcludingTaxnumber(double)read-onlyrequired

Gets the monetary value excluding tax

orders[].​amountSaved.​taxnumber(double)read-onlyrequired

Gets the amount of tax

orders[].​expiresAtstring(date-time)required

Gets the date and time that the order is set to expire

orders[].​createdAtstring(date-time)required

Gets the date and time that the order was completed

orders[].​itemsArray of MemberCompletedOrderWeightBasedItemLine (object) or MemberCompletedOrderRecipeItemLine (object) or MemberCompletedOrderPackageItemLine (object) or MemberCompletedOrderNormalItemLine (object)required

Gets the list of member completed order item line base entities

One of:

Represents a member completed order item line base for a weight based item

orders[].​items[].​itemIdstringnon-emptyrequired

Gets the unique identifier of the item base

orders[].​items[].​typestring(ItemType)required

Gets the item type

Enum"Normal""ParentSales""Package""Recipe""WeightBased"
orders[].​items[].​parentSalesItemIdstring or null

Gets the unique identifier of the parent sales item this item is an option for

orders[].​items[].​idstringnon-emptyrequired

Gets the identifier that can be used to uniquely identify the line within the member completed order base

orders[].​items[].​refundStatusstring(OrderLineRefundStatus)required

Gets the refund status

Enum"NotRefunded""Refunded"
relatedDataobject(MemberCompletedOrderListRelatedData)required

Gets the related data for the member completed order base entities

relatedData.​filmsArray of objects(MemberCompletedOrderRelatedFilm)required

Gets the list of related member completed order related film entities

relatedData.​films[].​idstringnon-emptyrequired
relatedData.​films[].​titleobject(Translatable)required

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​films[].​title.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​films[].​title.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​films[].​title.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​films[].​title.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​films[].​censorRatingIdstring or null
relatedData.​films[].​censorRatingNoteobject(Translatable)

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​films[].​externalIdsobject(FilmExternalIds)required

Represents the external identifiers linked to a film

relatedData.​films[].​externalIds.​moviexchangeReleaseIdstring or null(uuid)

Gets the unique identifier of the linked movieXchange film release entity

relatedData.​films[].​externalIds.​corporateIdstring or null

Gets the unique corporate identifier

relatedData.​ticketTypesArray of objects(MemberCompletedOrderRelatedTicketType)required

Gets the list of related member completed order related ticket type entities

relatedData.​ticketTypes[].​idstringnon-emptyrequired
relatedData.​ticketTypes[].​descriptionobject(Translatable)required

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​ticketTypes[].​description.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​ticketTypes[].​description.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​ticketTypes[].​description.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​ticketTypes[].​description.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​itemsArray of objects(MemberCompletedOrderRelatedItem)required

Gets the list of related member completed order related item entities

relatedData.​items[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​items[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​items[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​items[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​items[].​hoCodestringnon-emptyrequired

Gets the Head Office code

relatedData.​items[].​hopkstring or null

Gets the Head Office primary key

relatedData.​showtimesArray of objects(MemberCompletedOrderRelatedShowtime)required

Gets the list of related member completed order related showtime entities

relatedData.​showtimes[].​idstringnon-emptyrequired
relatedData.​showtimes[].​scheduleobject(ShowtimeSchedule)required

Represents the dates and times relevant to a showtime, e.g. its start, end, film start, etc

relatedData.​showtimes[].​schedule.​businessDatestring(date-time)required

Gets the showtime entity's business date

relatedData.​showtimes[].​schedule.​startsAtstring(date-time)required

Gets the date and time that the showtime starts

relatedData.​showtimes[].​schedule.​endsAtstring(date-time)required

Gets the date and time that the showtime ends

relatedData.​showtimes[].​schedule.​filmStartsAtstring(date-time)required

Gets the date and time that the film screening starts

relatedData.​showtimes[].​schedule.​filmEndsAtstring(date-time)required

Gets the date and time that the film screening ends

relatedData.​showtimes[].​schedule.​inSeatItemDeliveryobject(ShowtimeInSeatItemDeliverySchedule)

Gets the showtime in seat item delivery schedule entity, if applicable

relatedData.​showtimes[].​filmIdstringnon-emptyrequired
relatedData.​sitesArray of LoyaltySite (object) or Site (object)required

Gets the list of related site entities

One of:

Represents a site in Vista Loyalty

relatedData.​sites[].​locationobject(GeographicLocation)

Gets the geographic location

relatedData.​sites[].​contactDetailsobject(SiteContactDetails)required

Gets the contact details

relatedData.​sites[].​contactDetails.​phoneNumbersArray of objects(PhoneNumber)required

Gets the list of phone number entities

relatedData.​sites[].​contactDetails.​phoneNumbers[].​typestring(PhoneNumberType)required

Gets the type

Enum"Home""Mobile""Work""Business""Fax"
relatedData.​sites[].​contactDetails.​phoneNumbers[].​numberstringnon-emptyrequired

Gets the phone number

relatedData.​sites[].​contactDetails.​emailstring or null

Gets the email address

relatedData.​sites[].​contactDetails.​addressobject(SiteAddress)

Represents the physical address of a site

relatedData.​sites[].​ianaTimeZoneNamestringnon-emptyrequired

Gets the IANA time zone name

Example: "America/New_York"
relatedData.​sites[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​sites[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​sites[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​sites[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​sites[].​hasSellableItemsbooleanrequired

Gets a value indicating whether the site has any sellable item entities

relatedData.​sites[].​allowedItemDeliveryMethodsArray of strings(ItemDeliveryMethod)required

Gets the list of allowed item delivery method entities

Items Enum"CounterPickup""ServiceAreaPickup""ElectronicDelivery""InSeatDelivery""CustomLocationDelivery""PostalDelivery"
relatedData.​censorRatingsArray of objects(CensorRating)required

Gets the list of related censor rating entities

relatedData.​censorRatings[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​censorRatings[].​classificationobject(Translatable)required

Gets the classification text, and its translations

relatedData.​censorRatings[].​classification.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​censorRatings[].​classification.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​censorRatings[].​classification.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​censorRatings[].​classification.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​censorRatings[].​classificationDescriptionobject(Translatable)

Gets the censor rating Classification description text, and its translations

relatedData.​censorRatings[].​ageRestrictionobject(CensorRatingAgeRestriction)

Gets the age restriction, if applicable

relatedData.​subscriptionBillingOptionsArray of objects(MemberCompletedOrderRelatedSubscriptionBillingOption)required

Gets the list of related member completed order related subscription billing option entities

relatedData.​subscriptionBillingOptions[].​subscriptionIdinteger(int32)required
relatedData.​subscriptionBillingOptions[].​billingPeriodInMonthsinteger(int32)required
relatedData.​subscriptionBillingOptions[].​isRecurringbooleanrequired
relatedData.​subscriptionBillingOptions[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​subscriptionBillingOptions[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​subscriptionBillingOptions[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​subscriptionBillingOptions[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​subscriptionsArray of objects(MemberCompletedOrderRelatedSubscription)required

Gets the list of related member completed order related subscription entities

relatedData.​subscriptions[].​idinteger(int32)required

Gets the unique identifier

relatedData.​subscriptions[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​subscriptions[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​subscriptions[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

Response
application/json
{ "orders": [ {} ], "relatedData": { "films": [], "ticketTypes": [], "items": [], "showtimes": [], "sites": [], "censorRatings": [], "subscriptionBillingOptions": [], "subscriptions": [] } }

Gets a list of expired member completed order base entities for the currently authenticated member

Request

Expired completed orders are member completed order base entities that have expired (see member completed order base ExpiresAt)

Pagination is supported as potentially large amounts of historical data is in scope of query.

Expired orders are returned in descending order based on the member completed order base CreatedAt date.

Licenses Required

  • Vista.Ocapi
Query
limitinteger(int32)[ 1 .. 100 ]

The maximum number of orders to return in the result set. Defaults to 10

Default 10
offsetinteger(int32)[ 0 .. 2147483647 ]

The index of the first order to return in the result set. Defaults to 0

Default 0
Headers
loyaltySessionTokenstring

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Codestring

Region Code

curl -i -X GET \
  'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/completed-orders/expired?limit=10&offset=0' \
  -H 'Connect-Region-Code: string' \
  -H 'loyaltySessionToken: string'

Responses

Success

Bodyapplication/json
resultsArray of MemberCompletedGiftShopOrder (object) or MemberCompletedStandardOrder (object) or MemberCompletedSubscriptionOrder (object)required

Gets the list of results

One of:

Represents a completed gift shop order belonging to a member

results[].​idstring or null

Gets the unique identifier

results[].​typestring(OrderType)required

Gets the type

Enum"Standard""GiftShop""Subscription"
results[].​totalPriceobject(MonetaryValue)required

Gets the total price to be displayed to the customer

results[].​totalPrice.​valueIncludingTaxnumber(double)read-onlyrequired

Gets the monetary value including tax

results[].​totalPrice.​valueExcludingTaxnumber(double)read-onlyrequired

Gets the monetary value excluding tax

results[].​totalPrice.​taxnumber(double)read-onlyrequired

Gets the amount of tax

results[].​amountSavedobject(MonetaryValue)required

Gets the monetary amount saved via discounted prices

results[].​amountSaved.​valueIncludingTaxnumber(double)read-onlyrequired

Gets the monetary value including tax

results[].​amountSaved.​valueExcludingTaxnumber(double)read-onlyrequired

Gets the monetary value excluding tax

results[].​amountSaved.​taxnumber(double)read-onlyrequired

Gets the amount of tax

results[].​expiresAtstring(date-time)required

Gets the date and time that the order is set to expire

results[].​createdAtstring(date-time)required

Gets the date and time that the order was completed

results[].​itemsArray of MemberCompletedOrderWeightBasedItemLine (object) or MemberCompletedOrderRecipeItemLine (object) or MemberCompletedOrderPackageItemLine (object) or MemberCompletedOrderNormalItemLine (object)required

Gets the list of member completed order item line base entities

One of:

Represents a member completed order item line base for a weight based item

results[].​items[].​itemIdstringnon-emptyrequired

Gets the unique identifier of the item base

results[].​items[].​typestring(ItemType)required

Gets the item type

Enum"Normal""ParentSales""Package""Recipe""WeightBased"
results[].​items[].​parentSalesItemIdstring or null

Gets the unique identifier of the parent sales item this item is an option for

results[].​items[].​idstringnon-emptyrequired

Gets the identifier that can be used to uniquely identify the line within the member completed order base

results[].​items[].​refundStatusstring(OrderLineRefundStatus)required

Gets the refund status

Enum"NotRefunded""Refunded"
relatedDataobject(MemberCompletedOrderListRelatedData)required

Gets the related data for the member completed order base entities

relatedData.​filmsArray of objects(MemberCompletedOrderRelatedFilm)required

Gets the list of related member completed order related film entities

relatedData.​films[].​idstringnon-emptyrequired
relatedData.​films[].​titleobject(Translatable)required

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​films[].​title.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​films[].​title.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​films[].​title.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​films[].​title.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​films[].​censorRatingIdstring or null
relatedData.​films[].​censorRatingNoteobject(Translatable)

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​films[].​externalIdsobject(FilmExternalIds)required

Represents the external identifiers linked to a film

relatedData.​films[].​externalIds.​moviexchangeReleaseIdstring or null(uuid)

Gets the unique identifier of the linked movieXchange film release entity

relatedData.​films[].​externalIds.​corporateIdstring or null

Gets the unique corporate identifier

relatedData.​ticketTypesArray of objects(MemberCompletedOrderRelatedTicketType)required

Gets the list of related member completed order related ticket type entities

relatedData.​ticketTypes[].​idstringnon-emptyrequired
relatedData.​ticketTypes[].​descriptionobject(Translatable)required

Represents some customer-visible translatable Text in the default language, and a list of translation entities

relatedData.​ticketTypes[].​description.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​ticketTypes[].​description.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​ticketTypes[].​description.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​ticketTypes[].​description.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​itemsArray of objects(MemberCompletedOrderRelatedItem)required

Gets the list of related member completed order related item entities

relatedData.​items[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​items[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​items[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​items[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​items[].​hoCodestringnon-emptyrequired

Gets the Head Office code

relatedData.​items[].​hopkstring or null

Gets the Head Office primary key

relatedData.​showtimesArray of objects(MemberCompletedOrderRelatedShowtime)required

Gets the list of related member completed order related showtime entities

relatedData.​showtimes[].​idstringnon-emptyrequired
relatedData.​showtimes[].​scheduleobject(ShowtimeSchedule)required

Represents the dates and times relevant to a showtime, e.g. its start, end, film start, etc

relatedData.​showtimes[].​schedule.​businessDatestring(date-time)required

Gets the showtime entity's business date

relatedData.​showtimes[].​schedule.​startsAtstring(date-time)required

Gets the date and time that the showtime starts

relatedData.​showtimes[].​schedule.​endsAtstring(date-time)required

Gets the date and time that the showtime ends

relatedData.​showtimes[].​schedule.​filmStartsAtstring(date-time)required

Gets the date and time that the film screening starts

relatedData.​showtimes[].​schedule.​filmEndsAtstring(date-time)required

Gets the date and time that the film screening ends

relatedData.​showtimes[].​schedule.​inSeatItemDeliveryobject(ShowtimeInSeatItemDeliverySchedule)

Gets the showtime in seat item delivery schedule entity, if applicable

relatedData.​showtimes[].​filmIdstringnon-emptyrequired
relatedData.​sitesArray of LoyaltySite (object) or Site (object)required

Gets the list of related site entities

One of:

Represents a site in Vista Loyalty

relatedData.​sites[].​locationobject(GeographicLocation)

Gets the geographic location

relatedData.​sites[].​contactDetailsobject(SiteContactDetails)required

Gets the contact details

relatedData.​sites[].​contactDetails.​phoneNumbersArray of objects(PhoneNumber)required

Gets the list of phone number entities

relatedData.​sites[].​contactDetails.​phoneNumbers[].​typestring(PhoneNumberType)required

Gets the type

Enum"Home""Mobile""Work""Business""Fax"
relatedData.​sites[].​contactDetails.​phoneNumbers[].​numberstringnon-emptyrequired

Gets the phone number

relatedData.​sites[].​contactDetails.​emailstring or null

Gets the email address

relatedData.​sites[].​contactDetails.​addressobject(SiteAddress)

Represents the physical address of a site

relatedData.​sites[].​ianaTimeZoneNamestringnon-emptyrequired

Gets the IANA time zone name

Example: "America/New_York"
relatedData.​sites[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​sites[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​sites[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​sites[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​sites[].​hasSellableItemsbooleanrequired

Gets a value indicating whether the site has any sellable item entities

relatedData.​sites[].​allowedItemDeliveryMethodsArray of strings(ItemDeliveryMethod)required

Gets the list of allowed item delivery method entities

Items Enum"CounterPickup""ServiceAreaPickup""ElectronicDelivery""InSeatDelivery""CustomLocationDelivery""PostalDelivery"
relatedData.​censorRatingsArray of objects(CensorRating)required

Gets the list of related censor rating entities

relatedData.​censorRatings[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​censorRatings[].​classificationobject(Translatable)required

Gets the classification text, and its translations

relatedData.​censorRatings[].​classification.​textstringnon-emptyrequired

Gets the text in the default language

relatedData.​censorRatings[].​classification.​translationsArray of objects(Translation)required

Gets the translations of the translatable Text in other languages

relatedData.​censorRatings[].​classification.​translations[].​languageTagstringnon-emptyrequired

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

Example: "en-US"
relatedData.​censorRatings[].​classification.​translations[].​textstringnon-emptyrequired

Gets the translated text

relatedData.​censorRatings[].​classificationDescriptionobject(Translatable)

Gets the censor rating Classification description text, and its translations

relatedData.​censorRatings[].​ageRestrictionobject(CensorRatingAgeRestriction)

Gets the age restriction, if applicable

relatedData.​subscriptionBillingOptionsArray of objects(MemberCompletedOrderRelatedSubscriptionBillingOption)required

Gets the list of related member completed order related subscription billing option entities

relatedData.​subscriptionBillingOptions[].​subscriptionIdinteger(int32)required
relatedData.​subscriptionBillingOptions[].​billingPeriodInMonthsinteger(int32)required
relatedData.​subscriptionBillingOptions[].​isRecurringbooleanrequired
relatedData.​subscriptionBillingOptions[].​idstringnon-emptyrequired

Gets the unique identifier

relatedData.​subscriptionBillingOptions[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​subscriptionBillingOptions[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​subscriptionBillingOptions[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

relatedData.​subscriptionsArray of objects(MemberCompletedOrderRelatedSubscription)required

Gets the list of related member completed order related subscription entities

relatedData.​subscriptions[].​idinteger(int32)required

Gets the unique identifier

relatedData.​subscriptions[].​nameobject(Translatable)required

Gets the name text, and its translations

relatedData.​subscriptions[].​name.​textstringnon-emptyrequired

Gets the text in the default language

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

Gets the translations of the translatable Text in other languages

relatedData.​subscriptions[].​name.​translations[].​languageTagstringnon-emptyrequired

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

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

Gets the translated text

hasMoreResultsbooleanrequired

Gets a value indicating whether any more results are available

Response
application/json
{ "results": [ {} ], "relatedData": { "films": [], "ticketTypes": [], "items": [], "showtimes": [], "sites": [], "censorRatings": [], "subscriptionBillingOptions": [], "subscriptions": [] }, "hasMoreResults": true }

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

Ticket Prices

Operations

Tracking Events

Operations

Tips

Operations