getJourney
Get journey by id. Private journeys requires valid private token to be passed
Path parameters
Journey ID
Query parameters
DynamoDB version to fetch. 0 (default) is the live row; positive integers are historical snapshots created on each save. Note: this is distinct from the revisions counter on the row body.
What source ID. Journey or Entity ID
Organization ID
Response
Success
Example response
{
"journey_type": "Sales template (Premium)",
"validationRules": {
"block1": "rule123",
"block2": [
"rule456",
"rule789"
],
"block3": {
"field1": "rule101",
"field2": [
"rule102",
"rule103"
]
}
},
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Changes
Changed in 5 of the 6 revisions of this API.327
- ▲
response property
allOf[Journey]/allOf[JourneyCreationRequest]/validationRules/additionalProperties/oneOf[RuleRef]/additionalProperties/list-of-types was widened by adding typesarrayto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
added
subschema #2to theallOf[Journey]/allOf[JourneyCreationRequest]/validationRules/additionalProperties/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added the optional property
allOf[Journey]/allOf[JourneyCreationRequest]/settings/authGateto the response with the200statusresponse-optional-property-added
- ▲
- ○
added the optional property
allOf[Journey]/allOf[JourneyCreationRequest]/steps/items/stepperTypeto the response with the200statusresponse-optional-property-added
- ○
- ○
added
JourneyJourneyActivationGuaranteeto the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
JourneyCreationRequestJourneyAuditInfoJourneyFeatureFlagsfrom the response bodyallOflist for the response status200response-body-all-of-removed
- ○
- ●
removed the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/savingModefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/supportedVersionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
allOf[JourneyCreationRequest]/contextSchema/items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/modeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/supportedRevisionto the response with the200statusresponse-optional-property-added
- ●
- ▲
the response property
allOf[JourneyCreationRequest]/settings/templateIdbecame nullable for the status200response-property-became-nullable
- ▲