Retrieve a list of journey activations for the specified journey.
Returns the list of journey activation step in the journey
{- "data": [
- {
- "id": "string",
- "type": "journeyActivationStep",
- "attributes": {
- "activationId": "string",
- "activationParams": {
- "name": "string",
- "description": "string",
- "allColumns": true,
- "columns": [
- {
- "column": "alias_name",
- "source": {
- "column": "real_column_name"
}
}
], - "scheduleType": "daily",
- "scheduleOption": "string",
- "runAt": "string",
- "cron": "string",
- "timezone": "string",
- "startAt": "string",
- "endOn": "2019-08-24",
- "repeatUnit": "none",
- "repeatFrequency": 1,
- "connectionId": "string",
- "connectorConfig": { },
- "notifyOn": [
- "onSuccess"
], - "emailRecipients": [
- 0
], - "activationTemplateId": "string",
- "nestedWorkflowProjectName": "string",
- "nestedWorkflowName": "string",
- "lockEnabled": true,
- "activationActionsEnabled": true,
- "syndicationBehavior": {
- "columns": [
- {
- "column": "alias_name",
- "source": {
- "column": "real_column_name"
}
}
], - "behaviorTableName": "purchase_history",
- "joinRow": 3,
- "joinStrategy": "Last",
- "formatting": "rows",
- "orderBy": [
- {
- "key": "purchased_at",
- "order": "descending"
}, - {
- "key": "price",
- "order": "ascending"
}
]
}
}
}, - "relationships": {
- "createdBy": {
- "data": {
- "id": "string",
- "type": "user"
}
}, - "updatedBy": {
- "data": {
- "id": "string",
- "type": "user"
}
}
}
}
], - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}