Region Code
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/events
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/events \
-H 'Connect-Region-Code: string'Success
Gets the list of event entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the schedule
Gets the related data for the event entities
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
{ "events": [ { … } ], "relatedData": { "sites": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/events/{eventId}
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/events/{eventId}' \
-H 'Connect-Region-Code: string'Success
Gets the event entity
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the schedule
Gets the related data for the event entity
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
{ "event": { "id": "string", "name": { … }, "shortName": { … }, "description": { … }, "schedule": { … }, "siteIds": [ … ] }, "relatedData": { "sites": [ … ] } }