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
обязательно

Параметры запроса

onlyFirst
boolean | null

Ответ

200 - application/json

Successful response

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

a unique identifier for the workflow

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

created by user id

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

created time of the workflow

nodes
object[]
обязательно
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

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