Gets a journey details by its reference

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.

A journey reference is generated when the asynchronous journey service is started so that it's possible to distinguish between a valid journey that hasn't been prepared by the service and one that doesn't exist.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
journeyReference
required
string

A reference for the journey to be retrieved

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

202

Journey reference exists, but journey is not yet ready for retrieval.

404

Journey does not exist.

get/ocapi/v1/journeys/by-reference/{journeyReference}
Request samples
Response samples
application/json
{
  • "journey": {
    },
  • "relatedData": {
    }
}