Update the editable journey bundle information. The following fields are editable with this API.
parameters to edit the name and description of the journey bundle
Returns the list of the journeys
{- "id": "string",
- "type": "journeyBundle",
- "attributes": {
- "name": "string",
- "description": "string",
- "latestJourneyId": "string"
}, - "relationships": {
- "parentFolder": {
- "data": {
- "id": "string",
- "type": "folder-segment"
}
}
}
}
{- "name": "string",
- "description": "string",
- "latestJourneyId": null,
- "lastVersionNumber": 0,
- "journeys": [
- {
- "id": "string",
- "type": "journey",
- "attributes": {
- "audienceId": "string",
- "name": "string",
- "description": "string",
- "state": "string",
- "goal": {
- "name": "string",
- "description": "string",
- "segmentId": "string",
- "target": {
- "journeyId": "string",
- "journeyStageId": "string",
- "journeyBundleId": "string",
- "stageOrderIndex": 0,
- "jumpReferenceId": "string"
}
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "journeyStages": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "steps": {
- "uuid": {
- "type": null,
- "name": null,
- "waitStepType": null,
- "waitStep": null,
- "waitStepUnit": null,
- "next": null
}
}, - "rootStep": "string",
- "entryCriteria": {
- "name": "string",
- "description": "string",
- "segmentId": "string",
- "target": {
- "journeyId": null,
- "journeyStageId": null,
- "journeyBundleId": null,
- "stageOrderIndex": null,
- "jumpReferenceId": null
}
}, - "milestone": {
- "name": "string",
- "description": "string",
- "segmentId": "string",
- "target": {
- "journeyId": null,
- "journeyStageId": null,
- "journeyBundleId": null,
- "stageOrderIndex": null,
- "jumpReferenceId": null
}
}, - "exitCriterias": [
- {
- "name": null,
- "description": null,
- "segmentId": null,
- "target": null
}
]
}
], - "paused": true,
- "pausedAt": "2019-08-24T14:15:22Z",
- "allowReentry": true,
- "reentryMode": "no_reentry",
- "journeyBundleId": "string",
- "journeyBundleName": "string",
- "versionNumber": 0,
- "journeyBundleDescription": "string",
- "latestExecution": {
- "workflowId": "string",
- "workflowSessionId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "status": "success",
- "workflowAttemptId": "string",
- "audienceId": "string"
}
}, - "relationships": {
- "parentFolder": {
- "data": {
- "id": "string",
- "type": "folder-segment"
}
}, - "createdBy": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "updatedBy": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}
}
], - "latestExecution": {
- "workflowId": "string",
- "workflowSessionId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "status": "success",
- "workflowAttemptId": "string",
- "audienceId": "string"
}, - "parentSegmentLatestExecution": {
- "workflowId": "string",
- "workflowSessionId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "status": "success",
- "workflowAttemptId": "string",
- "audienceId": "string"
}, - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}