Skip to main content

Retrieve all node definitions

GET 

/flow

Retrieve all node definitions

Request

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

  • Array [

  • id string
    type string

    Possible values: [INPUT, PROCESSOR, OUTPUT, THEN]

    name string

    position

    object

    x float
    y float

    size

    object

    x float
    y float

    internals

    object[]

  • Array [

  • name string

    picker

    object

    type string

    Possible values: [TEXT, MULTILINE, NUMBER, DROPDOWN, DOUBLE_DROPDOWN, CHECKBOX, ASSET_ATTRIBUTE, COLOR]

    options

    object[]

  • Array [

  • name string
    value object
  • ]

  • value object
  • ]

  • inputs

    object[]

  • Array [

  • id string
    name string
    type string

    Possible values: [NUMBER, STRING, BOOLEAN, TRIGGER, COLOR, ANY]

    nodeId string
    index int32
  • ]

  • outputs

    object[]

  • Array [

  • id string
    name string
    type string

    Possible values: [NUMBER, STRING, BOOLEAN, TRIGGER, COLOR, ANY]

    nodeId string
    index int32
  • ]

  • displayCharacter string
  • ]

Loading...