Gets a journey details for a completed standard order

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
orderId
required
string

The unique identifier of the completed standard order

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

202

Order exists, but journey is not yet ready for retrieval.

404

Order does not exist.

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