Managing your flows and endpoints
Prerequisites
Viewing your flows
Authorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Responses
200
Successful response to read a list of flows
application/json
successbooleanRead-onlyOptionalExample:
true if request finished successfully
truedefault
Error response object
application/json
get
/iot/logic/flow/listViewing flow details
Authorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Query parameters
flow_idintegerRequiredExample:
Flow ID
12Responses
200
Successful response to read a flow
application/json
successbooleanRead-onlyOptionalExample:
true if request finished successfully.
truedefault
Error response object
application/json
get
/iot/logic/flow/readUpdating a flow
Authorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Body
Responses
200
Successful response
application/json
successbooleanRead-onlyOptionalExample:
true if request finished successfully.
truedefault
Error response object
application/json
post
/iot/logic/flow/updateLast updated
Was this helpful?