---
title: "Gets a list of active member completed order base entities for the currently authenticated member"
method: GET
path: "/ocapi/v1/members/current/completed-orders/active"
tags: ["Member Completed Orders"]
---

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

`GET /ocapi/v1/members/current/completed-orders/active`

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

- `loyaltySessionToken` string
- `Connect-Region-Code` string

## Response `200`

Success

- OcapiV1LoyaltyMembersCompletedOrdersMemberCompletedOrderListDetails — Represents a list of member completed order base entities, and their related data
  - `orders` union[], required — Gets the list of member completed order base entities
    - union — Represents a completed order base belonging to a member
      - OcapiV1LoyaltyMembersCompletedOrdersMemberCompletedGiftShopOrder — Represents a completed gift shop order belonging to a member
        - `id` string, nullable — Gets the unique identifier
        - `type` 'Standard' | 'GiftShop' | 'Subscription', required — Represents the type of an order base
        - `totalPrice` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `amountSaved` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `expiresAt` string, date-time, required — Gets the date and time that the order is set to expire
        - `createdAt` string, date-time, required — Gets the date and time that the order was completed
        - `items` union[], required — Gets the list of member completed order item line base entities
          - union — Represents the base properties of a member completed order line for a top-level instance of an item base within a member completed standard order or member completed gift shop order
            - OcapiV1LoyaltyMembersCompletedOrdersItemsWeightBasedMemberCompletedOrderWeightBasedItemLine — Represents a member completed order item line base for a weight based item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsRecipeMemberCompletedOrderRecipeItemLine — Represents a member completed order item line base for a recipe item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsPackageMemberCompletedOrderPackageItemLine — Represents a member completed order item line base for a package item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsNormalMemberCompletedOrderNormalItemLine — Represents a member completed order item line base for a normal item
              - …
      - OcapiV1LoyaltyMembersCompletedOrdersMemberCompletedStandardOrder — Represents a completed standard order belonging to a member
        - `id` string, nullable — Gets the unique identifier
        - `parentOrderId` string, nullable — Gets the unique identifier of the parent order, if applicable
        - `type` 'Standard' | 'GiftShop' | 'Subscription', required — Represents the type of an order base
        - `totalPrice` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `amountSaved` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `expiresAt` string, date-time, required — Gets the date and time that the order is set to expire
        - `createdAt` string, date-time, required — Gets the date and time that the order was completed
        - `siteId` string, required — Gets the unique identifier of the site
        - `showtimes` OcapiV1LoyaltyMembersCompletedOrdersShowtimesMemberCompletedOrderShowtime[], required — Gets the list of member completed order showtime entities
          - `showtimeId` string, required — Gets the unique identifier of the showtime
          - `tickets` union[], required — Gets the list of member completed order ticket line base entities
            - union — Represents the base properties of a member completed order line for an instance of a ticket type base within a member completed order showtime
              - …
          - `seats` OcapiV1LoyaltyMembersCompletedOrdersSeatsMemberCompletedOrderSeat[], required — Gets the list of member completed order seat entities
            - `seatId` string, required — Gets the unique identifier of the seat
            - `seatLabel` string, nullable — Gets the label/physical name of the seat
            - `rowLabel` string, required — Gets the label/physical name of the row
        - `items` union[], required — Gets the list of member completed order item line base entities
          - union — Represents the base properties of a member completed order line for a top-level instance of an item base within a member completed standard order or member completed gift shop order
            - OcapiV1LoyaltyMembersCompletedOrdersItemsWeightBasedMemberCompletedOrderWeightBasedItemLine — Represents a member completed order item line base for a weight based item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsRecipeMemberCompletedOrderRecipeItemLine — Represents a member completed order item line base for a recipe item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsPackageMemberCompletedOrderPackageItemLine — Represents a member completed order item line base for a package item
              - …
            - OcapiV1LoyaltyMembersCompletedOrdersItemsNormalMemberCompletedOrderNormalItemLine — Represents a member completed order item line base for a normal item
              - …
      - OcapiV1LoyaltyMembersCompletedOrdersMemberCompletedSubscriptionOrder — Represents a completed subscription order belonging to a member
        - `id` string, nullable — Gets the unique identifier
        - `type` 'Standard' | 'GiftShop' | 'Subscription', required — Represents the type of an order base
        - `totalPrice` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `amountSaved` OcapiV1MonetaryValue, required — Represents a monetary value, and its related tax value
          - `valueIncludingTax` number, double, required — Gets the monetary value including tax
          - `valueExcludingTax` number, double, required — Gets the monetary value excluding tax
          - `tax` number, double, required — Gets the amount of tax
        - `expiresAt` string, date-time, required — Gets the date and time that the order is set to expire
        - `createdAt` string, date-time, required — Gets the date and time that the order was completed
        - `subscription` OcapiV1LoyaltyMembersCompletedOrdersSubscriptionsMemberCompletedOrderSubscription, required — Represents the selected subscription billing option within a member completed subscription order
          - `subscriptionId` integer, required — Gets the unique identifier of the subscription
          - `subscriptionBillingOptionId` string, required — Gets the unique identifier of the subscription billing option
  - `relatedData` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderListRelatedData, required — Related data for a list of member completed order base entities
    - `films` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedFilm[], required — Gets the list of related member completed order related film entities
      - `id` string, required
      - `title` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
      - `censorRatingId` string, nullable
      - `censorRatingNote` OcapiV1Translatable — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
      - `externalIds` OcapiV1BrowsingMasterDataFilmsFilmExternalIds, required — Represents the external identifiers linked to a film
        - `moviexchangeReleaseId` string, uuid, nullable — Gets the unique identifier of the linked movieXchange film release entity
        - `corporateId` string, nullable — Gets the unique corporate identifier
    - `ticketTypes` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedTicketType[], required — Gets the list of related member completed order related ticket type entities
      - `id` string, required
      - `description` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
    - `items` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedItem[], required — Gets the list of related member completed order related item entities
      - `id` string, required — Gets the unique identifier
      - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
      - `hoCode` string, required — Gets the Head Office code
      - `hopk` string, nullable — Gets the Head Office primary key
    - `showtimes` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedShowtime[], required — Gets the list of related member completed order related showtime entities
      - `id` string, required
      - `schedule` OcapiV1BrowsingMasterDataShowtimesShowtimeSchedule, required — Represents the dates and times relevant to a showtime, e.g. its start, end, film start, etc
        - `businessDate` string, date-time, required — Gets the showtime entity's business date
        - `startsAt` string, date-time, required — Gets the date and time that the showtime starts
        - `endsAt` string, date-time, required — Gets the date and time that the showtime ends
        - `filmStartsAt` string, date-time, required — Gets the date and time that the film screening starts
        - `filmEndsAt` string, date-time, required — Gets the date and time that the film screening ends
        - `inSeatItemDelivery` OcapiV1BrowsingMasterDataShowtimesShowtimeInSeatItemDeliverySchedule — Represents when in-seat item delivery is available for a showtime
          - `startsAt` string, date-time, required — Gets the date and time when in-seat item delivery becomes available
          - `endsAt` string, date-time, required — Gets the date and time when in-seat item delivery is no longer available
      - `filmId` string, required
    - `sites` union[], required — Gets the list of related site entities
      - union — Represents a physical location that belongs to a cinema chain, consisting of one or more screen entities
        - OcapiV1LoyaltyMasterDataSitesLoyaltySite — Represents a site in Vista Loyalty
          - `location` OcapiV1GeographicLocation — Represents a set of geospatial coordinates; longitude and latitude, that can be used to pinpoint a location on a map
            - `latitude` number, double, required — Gets the latitude (expressed in degrees and minutes)
            - `longitude` number, double, required — Gets the longitude (expressed in degrees and minutes)
          - `contactDetails` OcapiV1BrowsingMasterDataSitesSiteContactDetails, required — Represents the contact details of a site
            - `phoneNumbers` OcapiV1PhoneNumber[], required — Gets the list of phone number entities
              - …
            - `email` string, nullable — Gets the email address
            - `address` OcapiV1BrowsingMasterDataSitesSiteAddress — Represents the physical address of a site
              - …
          - `ianaTimeZoneName` string, required — Gets the IANA time zone name
          - `id` string, required — Gets the unique identifier
          - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
            - `text` string, required — Gets the text in the default language
            - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
              - …
          - `hasSellableItems` boolean, required — Gets a value indicating whether the site has any sellable item entities
          - `allowedItemDeliveryMethods` OcapiV1SalesMasterDataItemsDeliveryMethodsItemDeliveryMethod[], required — Gets the list of allowed item delivery method entities
        - OcapiV1BrowsingMasterDataSitesSite — Represents a physical location that belongs to a cinema chain, consisting of one or more screen entities
          - `id` string, required — Gets the unique identifier
          - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
            - `text` string, required — Gets the text in the default language
            - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
              - …
          - `location` OcapiV1GeographicLocation — Represents a set of geospatial coordinates; longitude and latitude, that can be used to pinpoint a location on a map
            - `latitude` number, double, required — Gets the latitude (expressed in degrees and minutes)
            - `longitude` number, double, required — Gets the longitude (expressed in degrees and minutes)
          - `contactDetails` OcapiV1BrowsingMasterDataSitesSiteContactDetails, required — Represents the contact details of a site
            - `phoneNumbers` OcapiV1PhoneNumber[], required — Gets the list of phone number entities
              - …
            - `email` string, nullable — Gets the email address
            - `address` OcapiV1BrowsingMasterDataSitesSiteAddress — Represents the physical address of a site
              - …
          - `ianaTimeZoneName` string, required — Gets the IANA time zone name
          - `hasSellableItems` boolean, required — Gets a value indicating whether the site has any sellable item entities
          - `allowedItemDeliveryMethods` OcapiV1SalesMasterDataItemsDeliveryMethodsItemDeliveryMethod[], required — Gets the list of allowed item delivery method entities
    - `censorRatings` OcapiV1BrowsingMasterDataCensorRatingsCensorRating[], required — Gets the list of related censor rating entities
      - `id` string, required — Gets the unique identifier
      - `classification` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
      - `classificationDescription` OcapiV1Translatable — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
      - `ageRestriction` OcapiV1BrowsingMasterDataCensorRatingsCensorRatingAgeRestriction — Represents the age restriction of a censor rating
        - `minimumAge` integer, required — Gets the minimum age required
    - `subscriptionBillingOptions` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedSubscriptionBillingOption[], required — Gets the list of related member completed order related subscription billing option entities
      - `subscriptionId` integer, required
      - `billingPeriodInMonths` integer, required
      - `isRecurring` boolean, required
      - `id` string, required — Gets the unique identifier
      - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text
    - `subscriptions` OcapiV1LoyaltyMembersCompletedOrdersRelatedDataMemberCompletedOrderRelatedSubscription[], required — Gets the list of related member completed order related subscription entities
      - `id` integer, required — Gets the unique identifier
      - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
        - `text` string, required — Gets the text in the default language
        - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
          - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
          - `text` string, required — Gets the translated text

## Other responses

- `401` — No member authenticated.

---

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