Journeys V2
getJourneyV2
Get journey by id
get/v2/journey/configuration/{id}
Path parameters
idstring uuid required
Example:509cdffe-424f-457a-95c2-9708c304ce77
Journey ID
Query parameters
versioninteger
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.
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"
]
}