latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Journeys
Pause journey and associated activations schedules.
Pause journey and associated activations schedules.
patch/entities/journeys/{journeyId}/pause
Path parameters
journeyIdinteger required
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"
}
]
}
]
}
}
]
}