Skip to main content
GET
/
multichannel
/
workspaces
/
{workspaceID}
/
sequences
/
{sequenceID}
/
nodes
Error
A valid request URL is required to generate request examples
{
  "nodes": [
    {
      "actionId": 123,
      "branches": [
        {
          "description": "<string>",
          "fromNodeId": 123,
          "id": 123,
          "name": "<string>",
          "toNodeId": 123
        }
      ],
      "conditionId": 123,
      "distributionStrategy": "<string>",
      "id": 123,
      "sequenceId": 123,
      "type": "<string>",
      "variants": [
        {
          "exposureInPercentage": 123,
          "id": 123,
          "isEnabled": true,
          "metadata": {
            "message": "<string>",
            "name": "<string>",
            "subject": "<string>"
          },
          "nodeId": 123
        }
      ],
      "waitInMinutes": 123,
      "waitType": "<string>"
    }
  ],
  "pagination": {
    "hasNext": true,
    "limit": 123,
    "page": 123,
    "total": 123,
    "totalPages": 123
  }
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workspaceID
string
required

Workspace ID

sequenceID
integer
required

Sequence ID

Query Parameters

type
enum<string>

Node type

Available options:
action,
condition,
root,
terminal
channel
enum<string>

Channel

Available options:
email,
linkedin,
inmail
name
string

Name

page
integer

Page

Required range: x >= 1
limit
integer

Limit (max 100)

Required range: 1 <= x <= 100

Response

OK

nodes
object[]
pagination
object