Resume journey and associated activations schedules.
Resume journey and associated activations schedules.
Path parameters
Journey ID
Response
Returns a summary of the journey
Example response
{
"data": {
"attributes": {
"journeyStages": [
{
"steps": {
"uuid": {
"waitUntilDaysOfTheWeek": [
1,
5,
6
]
}
}
}
]
}
},
"included": [
{
"attributes": {
"columns": [
{
"column": "alias_name",
"source": {
"column": "real_column_name"
}
}
],
"scheduleType": "daily",
"repeatSubFrequency": [
1,
5,
6
],
"syndicationBehavior": {
"columns": [
{
"column": "alias_name",
"source": {
"column": "real_column_name"
}
}
],
"behaviorTableName": "purchase_history",
"joinRow": 3,
"joinStrategy": "Last",
"orderBy": [
{
"key": "purchased_at",
"order": "descending"
},
{
"key": "price",
"order": "ascending"
}
]
},
"syndicationBehaviors": [
{
"columns": [
{
"column": "alias_name",
"source": {
"column": "real_column_name"
}
}
],
"behaviorTableName": "purchase_history",
"joinRow": 3,
"joinStrategy": "Last",
"orderBy": [
{
"key": "purchased_at",
"order": "descending"
},
{
"key": "price",
"order": "ascending"
}
]
}
]
}
}
]
}Changes
Changed in 2 of the 3 revisions of this API.163
- ▲
the
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/behaviorTableNamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/columnsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/formattingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/joinRowfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/joinStrategyfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviors/items/orderByfrom the response with the200statusresponse-optional-property-removed
- ○
added
SyndicationBehaviorResponseto theincluded/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviorresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
SyndicationBehaviorfrom theincluded/items/anyOf[SyndicationJsonApiResource]/attributes/syndicationBehaviorresponse propertyallOflist for the response status200response-property-all-of-removed
- ▲
- ○
added the optional property
data/attributes/journeyStages/items/steps/uuid/oneOf[JourneyAbTestStep]/randomizationModeto the response with the200statusresponse-optional-property-added
- ○