Flow
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
default
Error response object
application/json
get
/iot/logic/flow/readAuthorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Body
flow_idintegerRequiredExample:
Flow ID
12Responses
200
Successful response to delete a flow
application/json
default
Error response object
application/json
post
/iot/logic/flow/deleteAuthorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Query parameters
flow_idintegerRequiredExample:
Flow ID to export
678Responses
200
Successful response with flow template
application/json
default
Error response object
application/json
get
/iot/logic/flow/exportAuthorizations
AuthorizationstringRequired
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Query parameters
offsetintegerOptionalDefault:
0limitinteger · min: 1 · max: 100000OptionalDefault:
10000Responses
200
success
application/json
ResponseanyExample:
{"list":[{"device_title":"Emulator","model_code":"navixy_ngp","device_id":"123456789","flow_id":1,"flow_title":"Default flow","node_id":1,"node_title":"Source node"}],"count":1,"success":true}default
Error response object
application/json
get
/iot/logic/flow/sources/mapping/listLast updated
Was this helpful?