Node

Operations for managing flow nodes (endpoints)

endpointCreate

post
/iot/logic/flow/endpoint/create

Create a new node.

All node types are created through this endpoint, the type is defined in the request body.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
Responses
200

Successful creation response

application/json
post
/iot/logic/flow/endpoint/create

endpointRead

post
/iot/logic/flow/endpoint/read

Read an existing node details.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
endpoint_idintegerRequired

Endpoint ID in database

Example: 1723
Responses
200

Successful response to read endpoint

application/json
post
/iot/logic/flow/endpoint/read

endpointUpdate

post
/iot/logic/flow/endpoint/update

Update an existing node details.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
endpointall ofRequired

Input or output endpoint

Responses
200

Successful response

application/json
post
/iot/logic/flow/endpoint/update

endpointDelete

post
/iot/logic/flow/endpoint/delete

Delete a node.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
endpoint_idintegerRequired

Endpoint ID in database

Example: 1723
Responses
200

Successful response

application/json
post
/iot/logic/flow/endpoint/delete

endpointList

post
/iot/logic/flow/endpoint/list

Get list of nodes existing in a user account.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
objectOptional
Responses
200

Successful response to read a list of endpoints

application/json
post
/iot/logic/flow/endpoint/list

Last updated

Was this helpful?