Flows

API Calls for Node-RED Flows

Used get and set the full configuration the flows.

Get flows configuration

get
Path parameters
hidstringRequired

MobiusFlow Hub ID

Example: {"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$
Responses
200

Ok response

application/json
get
/api/v1/mobius/flow/{hid}

Set flows configuration

put
Path parameters
hidstringRequired

MobiusFlow Hub ID

Example: {"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$
Bodyobject[]

Array of flow configurations

Other propertiesanyOptional
Responses
200

Ok response

application/json
put
/api/v1/mobius/flow/{hid}

Last updated

Was this helpful?