Get Single Branch
Retrieve the details of a branch sequence.
Get Single Branch
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"branch": {
"id": 926,
"title": "Demo Branch",
"visibleOrder": 8,
"position": {
"x": 22,
"y": 30
},
"isParent": "no",
"leadEdges": [
{
"id": 1628,
"type": "auto_followup",
"typeVal": null,
"followupFalsefallback": "Hello from Bot!",
"followupFalsefallbackJson": null,
"visibleOrder": 0,
"leadEdgeActions": [],
"leadEdgeBubbles": []
}
]
}
}
}
Last updated