Region Code
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films \
-H 'Connect-Region-Code: string'Success
Gets the list of film entities
Gets the title text, and its translations
Gets the translations of the translatable Text in other languages
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 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 related data for the film entities
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
Gets the list of related event entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the schedule
{ "films": [ { … } ], "relatedData": { "castAndCrew": [ … ], "genres": [ … ], "censorRatings": [ … ], "events": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/{filmId}
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/{filmId}' \
-H 'Connect-Region-Code: string'Success
Gets the film entity
Gets the title text, and its translations
Gets the translations of the translatable Text in other languages
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 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 related data for the film entity
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
{ "film": { "id": "string", "title": { … }, "synopsis": { … }, "shortSynopsis": { … }, "censorRatingId": "string", "censorRatingNote": { … }, "releaseDate": "2019-08-24T14:15:22Z", "runtimeInMinutes": 0, "trailers": [ … ], "trailerUrl": "http://example.com", "displayPriority": 0, "castAndCrew": [ … ], "actors": [ … ], "directors": [ … ], "producers": [ … ], "genreIds": [ … ], "externalIds": { … }, "hopk": "string", "hoCode": "string", "eventId": "string", "distributorName": "string" }, "relatedData": { "castAndCrew": [ … ], "genres": [ … ], "censorRating": { … }, "event": { … } } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/availability
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/availability \
-H 'Connect-Region-Code: string'Success
Gets the list of film availability entities
Gets the list of film category entities
Gets the list of unique identifiers of the attribute entities being screened
Gets the list of film advance booking period entities
Gets the date and time that the booking period starts
Gets the order booking modes that the booking period applies to
Gets the related data for the film availability entities
Gets the list of related attribute entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the important message text, and its translations
Gets the display priority used for sorting
{ "filmAvailabilities": [ { … } ], "relatedData": { "attributes": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/{filmId}/availability
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/films/{filmId}/availability' \
-H 'Connect-Region-Code: string'Success
Gets the film availability
Gets the list of film category entities
Gets the list of unique identifiers of the attribute entities being screened
Gets the list of film advance booking period entities
Gets the date and time that the booking period starts
Gets the order booking modes that the booking period applies to
Gets the related data for the film availability
Gets the list of related attribute entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the important message text, and its translations
Gets the display priority used for sorting
{ "filmAvailability": { "filmId": "string", "siteId": "string", "categories": [ … ], "showtimeAttributeIds": [ … ], "advanceBookingPeriods": [ … ] }, "relatedData": { "attributes": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/film-screening-dates
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/film-screening-dates?siteIds=string&filmIds=string' \
-H 'Connect-Region-Code: string'{ "filmScreeningDates": [ { … } ] }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/films
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/films' \
-H 'Connect-Region-Code: string'Success
Gets the list of film entities
Gets the title text, and its translations
Gets the translations of the translatable Text in other languages
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 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 related data for the film entities
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
Gets the list of related event entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the schedule
{ "films": [ { … } ], "relatedData": { "castAndCrew": [ … ], "genres": [ … ], "censorRatings": [ … ], "events": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/films/availability
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/films/availability' \
-H 'Connect-Region-Code: string'Success
Gets the list of film availability entities
Gets the list of film category entities
Gets the list of unique identifiers of the attribute entities being screened
Gets the list of film advance booking period entities
Gets the date and time that the booking period starts
Gets the order booking modes that the booking period applies to
Gets the related data for the film availability entities
Gets the list of related attribute entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the important message text, and its translations
Gets the display priority used for sorting
{ "filmAvailabilities": [ { … } ], "relatedData": { "attributes": [ … ] } }