27.1.3.1  NodeList

 

List all SCADA Nodes in the Project.

 

HTTP Method: GET

XML URL: http://localhost/WaWebService/NodeList/{ProjectName}

JSON URL: http://localhost/WaWebService/Json/NodeList/{ProjectName}

XML Response:

<NodeList>   <Result>     <Ret>0</Ret>     <Total>1</Total>   </Result>   <Nodes>     <Node>       <NodeName>SCADA</NodeName>       <Description>Node Description</Description>     </Node>   </Nodes> </NodeList>

JSON Response:

{         "Result":{                  "Ret":0,                  "Total":1         },         "Nodes":[{                  "NodeName":"SCADA",                  "Description":"Node Description"         }] }

Response Field:

Field Name

Description

NodeName

Node Name

Description

Node Description