Return the journey bundle information

Return the journey bundle information which contains the list of journey versions

SecurityTdApikeyAuth
Request
path Parameters
journeyBundleId
required
integer <int64>

Journey Bundle ID

Responses
200

Returns the list of the journeys

get/entities/journey_bundles/{journeyBundleId}
Request samples
Response samples
application/json
{
  • "name": "string",
  • "description": "string",
  • "latestJourneyId": null,
  • "lastVersionNumber": 0,
  • "journeys": [
    ],
  • "latestExecution": {
    },
  • "parentSegmentLatestExecution": {
    },
  • "included": [
    ]
}