...
Paste code macro | ||||
---|---|---|---|---|
| ||||
Status 200 // return format = 0 { "success": true, "reason": "success", "data": { "columns": [ {"name": "NAME", "type": 5, "length": 80}, {"name": "TIME", "type": 5, "length": 4096}, {"name": "MyVal", "type": 20, "length": 17} ], "samplesrows": [ ["tag_01","2021-07-06 12:12:27", 1629], ["tag_02","2021-07-06 12:12:25", 1625] ] } } |
...