Flows
API Calls for Node-RED Flows
Used get and set the full configuration the flows.
Path parameters
hidstringRequiredExample:
MobiusFlow Hub ID
{"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$Responses
200
Ok response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
408
Request Timeout
application/json
500
Internal Server Error
application/json
get
/api/v1/mobius/flow/{hid}Path parameters
hidstringRequiredExample:
MobiusFlow Hub ID
{"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$Bodyobject[]
Array of flow configurations
Other propertiesanyOptional
Responses
200
Ok response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
408
Request Timeout
application/json
500
Internal Server Error
application/json
put
/api/v1/mobius/flow/{hid}Last updated
Was this helpful?

