Data Read/Write; Data Path Parameter - MSA Grid RESTful API Startup Manual

Hello, I am your AI assistant. How can I help you?
Table of Contents

Advertisement

Example JSON Response:
{
"message": "Logged in ok",
"data": {
"token":
"eyJ0eXAiOiJKV1QiLCJhbGcoIoJIUzI1NiJ9.ImlkfDI1MGYxYWIwLWQzMjktNGQyNS1hMTE5LThlOTJhZDc0MzcyZXx0eXBlfH
RpbWVzdGFtcHxpc0VuY3J5cHRlZHxvcmlnaW58MTAtMC0yOC0xODFfNTcwMDB8cG9saWN5fDB8dHRsfGluYWN0aXZpdHlf
dGhyZXNob2xkfDF8cGVybWlzc2lvblNldEtleXwvT0VNK0FkbWluLy9fTUVTSF9HU1QvfGlzVG9rZW58dXNlcm5hbWV8ZWdnZ
XJzamVuc0BnbWFpbC5jb21eMHxKNjZCOFBGR3wwfDBeXiQwfDF8MnxIfDN8SXw0fC0yfDV8Nnw3fCQ4fCQ5fEp8QXwtM11
8QnwkOXxLfEF8LTNdXXxDfER8RXwtMXxGfEddIg.ihjURRHILcXp-iTl4FvjjAma1sI1_CDINGyQuSNacDM"
},
"error": null
}
2.3

Data Read/Write

2.3.1

Data Path Parameter

Whenever a parameter is specified as a path, this acts as a wildcard and includes all items that
appear below the specified path.
Examples:
/device1/plc1/point3
returns a JSON value with all points belonging to plc1:
/device1/plc1
{
"point1": true,
"point2": false,
"point3": 1.234
}
Grid RESTful API Supported Functions
returns the JSON value of point3 (e.g. 1.234)
Grid RESTful API Start-up Guide
8

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grid RESTful API and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents