Current Loyalty session token, represents a 'signed-in' member
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/completed-orders/active
- cURL
- JavaScript
- Node.js
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'Success
Gets the list of member completed order base entities
Represents a completed gift shop order belonging to a member
Gets the total price to be displayed to the customer
Gets the monetary amount saved via discounted prices
Gets the list of member completed order item line base entities
Represents a member completed order item line base for a weight based item
Gets the item type
Gets the unique identifier of the parent sales item this item is an option for
Gets the identifier that can be used to uniquely identify the line within the member completed order base
Gets the related data for the member completed order base entities
Gets the list of related member completed order related film entities
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Gets the translations of the translatable Text in other languages
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Represents the external identifiers linked to a film
Gets the list of related member completed order related ticket type entities
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the list of related member completed order related item entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of related member completed order related showtime entities
Represents the dates and times relevant to a showtime, e.g. its start, end, film start, etc
Gets the showtime entity's business date
Gets the date and time that the showtime starts
Gets the date and time that the showtime ends
Gets the date and time that the film screening starts
Gets the date and time that the film screening ends
Gets the list of related site entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
Gets the list of related censor rating entities
Gets the classification text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the censor rating Classification description text, and its translations
Gets the list of related member completed order related subscription billing option entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the list of related member completed order related subscription entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
{ "orders": [ { … } ], "relatedData": { "films": [ … ], "ticketTypes": [ … ], "items": [ … ], "showtimes": [ … ], "sites": [ … ], "censorRatings": [ … ], "subscriptionBillingOptions": [ … ], "subscriptions": [ … ] } }
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.
- Vista.Ocapi
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/completed-orders/expired
- cURL
- JavaScript
- Node.js
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'Success
Gets the list of results
Represents a completed gift shop order belonging to a member
Gets the total price to be displayed to the customer
Gets the monetary amount saved via discounted prices
Gets the list of member completed order item line base entities
Represents a member completed order item line base for a weight based item
Gets the item type
Gets the unique identifier of the parent sales item this item is an option for
Gets the identifier that can be used to uniquely identify the line within the member completed order base
Gets the related data for the member completed order base entities
Gets the list of related member completed order related film entities
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Gets the translations of the translatable Text in other languages
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Represents the external identifiers linked to a film
Gets the list of related member completed order related ticket type entities
Represents some customer-visible translatable Text in the default language, and a list of translation entities
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the list of related member completed order related item entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of related member completed order related showtime entities
Represents the dates and times relevant to a showtime, e.g. its start, end, film start, etc
Gets the showtime entity's business date
Gets the date and time that the showtime starts
Gets the date and time that the showtime ends
Gets the date and time that the film screening starts
Gets the date and time that the film screening ends
Gets the list of related site entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
Gets the list of related censor rating entities
Gets the classification text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the censor rating Classification description text, and its translations
Gets the list of related member completed order related subscription billing option entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the list of related member completed order related subscription entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
{ "results": [ { … } ], "relatedData": { "films": [ … ], "ticketTypes": [ … ], "items": [ … ], "showtimes": [ … ], "sites": [ … ], "censorRatings": [ … ], "subscriptionBillingOptions": [ … ], "subscriptions": [ … ] }, "hasMoreResults": true }