Skip to main content

FlowDetail

idstring
namestring
descriptionstringnullable
statusstring

Possible values: [draft, active, paused, archived]

priorityinteger
publishedVersionintegernullable
publishedAtstring<date-time>nullable
draftRevisioninteger
draftUpdatedAtstring<date-time>
createdAtstring<date-time>
updatedAtstring<date-time>
draft object

The editor's graph: nodes and edges. The format is internal to the editor and may change.

schemaVersioninteger
Example: 1
nodesobject[]
edgesobject[]
versions object[]
  • Array [
  • versioninteger
    publishedAtstring<date-time>
    publishedBystringnullable
  • ]
  • FlowDetail
    {
    "id": "string",
    "name": "string",
    "description": "string",
    "status": "draft",
    "priority": 0,
    "publishedVersion": 0,
    "publishedAt": "2024-07-29T15:51:28.071Z",
    "draftRevision": 0,
    "draftUpdatedAt": "2024-07-29T15:51:28.071Z",
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "draft": {
    "schemaVersion": 1,
    "nodes": [
    {}
    ],
    "edges": [
    {}
    ]
    },
    "versions": [
    {
    "version": 0,
    "publishedAt": "2024-07-29T15:51:28.071Z",
    "publishedBy": "string"
    }
    ]
    }