Gets a journey details

Gets a journey which represents, from start to finish, a customer's interactions with Vista software in relation to one or multiple visits to the cinema initiated by a single sale.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
journeyId
required
string

The unique identifier of the journey to be retrieved

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Journey does not exist.

get/ocapi/v1/journeys/{journeyId}
Request samples
Response samples
application/json
{
  • "journey": {
    },
  • "relatedData": {
    }
}