Flows
API Calls for Node-RED Flows
Used get and set the full configuration the flows.
Get flows configuration
GET/api/v1/mobius/flow/{hid}
Path parameters
hid*string
MobiusFlow Hub ID
"000001"
Pattern:
^[0-9A-Fa-f]{6}$
Response
Ok response
Body
ts*string
Timestamp of the response
"2022-12-21T10:25:54.585Z"
uri*string
URI of the response
"000001"
data*array of object
Array of flow configurations
Request
Response
Set flows configuration
PUT/api/v1/mobius/flow/{hid}
Path parameters
hid*string
MobiusFlow Hub ID
"000001"
Pattern:
^[0-9A-Fa-f]{6}$
Body
Array of flow configurations
Other propertiesany
Response
Ok response
Body
ts*string
Timestamp of the response
"2022-12-21T10:25:54.585Z"
uri*string
URI of the response
"000001"
data*string
Set achknowledgement
"OK"
Request
Response
Last updated