Skip to main content
GET
cURL

Авторизации

Authorization
string
header
обязательно

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Параметры пути

baseId
string
обязательно
workflowId
string
обязательно

Ответ

200 - application/json

Successful response

id
string
обязательно

a unique identifier for the workflow

baseId
string
обязательно

the base id of the workflow

edges
object[]
обязательно

edges of the nodes

nodes
object[]
обязательно

nodes list include trigger and actions

createdBy
string
обязательно

created by user id

createdTime
string
обязательно

created time of the workflow

name
string

the name of the workflow

description
string

description of the workflow

hasDraft
boolean

has draft of the workflow

isActive
boolean

is active of the workflow

lastModifiedTime
string

last modified time of the workflow

lastModifiedBy
string

last modified by user id

activeUser
object

active user of the workflow

Последнее изменение 4 сентября 2026 г.