API Documents///
- Create a duplicate of the specified realtime journey
Get realtime setting for the Audience
Update realtime setting for the Audience
Return a list of Realtime Attributes for the Audience
Create a Realtime Attribute
Return the Realtime Attribute
Update the Realtime Attribute
Delete the Realtime Attribute
Bulk update imported attributes
Return a list of Realtime Key Events for the Audience
Create a Realtime Key Event for the Audience
Return the specified Realtime Key Event
Edit the specified Realtime Key Event
Delete the specified Realtime Key Event
Return a list of columns of the specified Realtime Key Event
Return a list of columns of the specified Realtime Event Table
Return the current version for the Audience
List available realtime attributes
Create a realtime journey
Retrieve summary of specified realtime journey
Update realtime journey entity
Delete realtime journey entity
Validate fields of the realtime journey
Retrieve a list of realtime journeys under the Parent Segment
Retrieve a list of realtime activations under the Parent Segment
Retrieve a list of realtime journey activations for the specified realtime journey.
Create a realtime journey activations for the specified realtime journey.
Retrieve a summary of the activation node in a realtime journey.
Update activation node in journey
Pause activations in the realtime journey.
Resume activations in the realtime journey.
Retrieve list of abtest variants available in audience
Create a duplicate of the...
Create a duplicate of the specified realtime journey
Security
TdApikeyAuth
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/entities/realtime_journeys/duplicate
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/entities/realtime_journeys/duplicate
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/entities/realtime_journeys/duplicate
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/entities/realtime_journeys/duplicate
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/entities/realtime_journeys/duplicate
curl -i -X POST \
https://api-cdp.treasuredata.com/entities/realtime_journeys/duplicate \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/vnd.treasuredata.v1+json' \
-d '{
"id": "string",
"type": "journey",
"attributes": {
"name": "string"
},
"relationships": {
"parentFolder": {
"data": {
"id": "string",
"type": "folder-segment"
}
}
}
}'Response
{ "data": { "id": "string", "type": "realtime-journey", "attributes": { … }, "relationships": { … } } }