The year of the requested member watched film entities
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watched-films
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/members/current/watched-films?year=0' \
-H 'Connect-Region-Code: string' \
-H 'loyaltySessionToken: string'Success
Gets the list of member watched film entities
Gets the related data for the member watched 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": [ … ] } }