Gets a list of past journey entities for the currently authenticated member

Past journeys are journeys that are not considered current (see GetCurrentJourneysForMember).

Pagination is supported as potentially large amounts of historical data is in scope of query.

Sort order is by showtime date or date of order (if no showtime present) with earliest first.

Licenses Required

  • Vista.Ocapi
Request
query Parameters
limit
integer <int32>
Default: 10

The maximum number of journeys to return in the result set

offset
integer <int32>
Default: 0

The index of the first journey to return in the result set

header Parameters
loyaltySessionToken
string

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Code
string

Region Code

Responses
200

Success

400

The provided limit or offset is invalid.

401

No member authenticated.

get/ocapi/v1/members/current/journeys/past
Request samples
Response samples
application/json
{
  • "relatedData": {
    },
  • "results": [
    ],
  • "hasMoreResults": true
}