Get the highest WebAccess version of SCADA node in the Project.
HTTP Method: GET
XML URL: http://localhost/WaWebService/GetVersion/{ProjectName}
JSON URL: http://localhost/WaWebService/Json/GetVersion/{ProjectName}
XML Response:
<WaVersion> <Result> <Ret>0</Ret> </Result> <Version>8.0</Version> </WaVersion>
JSON Response:
{ "Result":{ "Ret":0 }, "Version":"8.0" }
Response Field:
Field Name |
Description |
Version |
The highest version of SCADA node under {ProjectName} |