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/watchlist-films
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watchlist-films \
-H 'Connect-Region-Code: string' \
-H 'loyaltySessionToken: string'Success
Gets the list of member watchlist film entities
Gets the date and time that the film was added to the watchlist
Gets the date and time that the member watched the film, if applicable
Gets the related data for the member watchlist film entities
Gets the list of related film entities
Gets the title text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short plot/synopsis text, and its translations
Gets the unique identifier of the censor rating, if applicable
Gets a description of the content in the film that qualifies it for its censor rating, if applicable
Gets the list of film trailer entities
Gets the display priority used for sorting
Gets the list of film cast and crew member entities that acted in the film, sorted by billing order
Gets the list of film cast and crew member entities that directed the film, sorted by billing order
Gets the list of film cast and crew member entities that produced the film, sorted by billing order
Gets the list of unique identifiers of the assigned genre entities
Gets the external identifiers
Gets the unique identifier of the event the film is assigned to, if applicable
Gets the list of related cast and crew member entities
Gets the person's name
Gets the list of related genre entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
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
{ "films": [ { … } ], "relatedData": { "films": [ … ], "castAndCrew": [ … ], "genres": [ … ], "censorRatings": [ … ] } }
- application/json
- text/json
- application/*+json
- application/json-patch+json
The details of the film to add to the member's watchlist
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watchlist-films
- cURL
- JavaScript
- Node.js
- application/json
- text/json
- application/*+json
- application/json-patch+json
curl -i -X POST \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watchlist-films \
-H 'Connect-Region-Code: string' \
-H 'Content-Type: application/json' \
-H 'loyaltySessionToken: string' \
-d '{
"filmId": "string"
}'- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watchlist-films/{filmId}
- cURL
- JavaScript
- Node.js
curl -i -X DELETE \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watchlist-films/{filmId}' \
-H 'Connect-Region-Code: string' \
-H 'loyaltySessionToken: string'