GetSnapshot
Method Name:
Payload:
{
"id": "someId",
"includeHistory": true,
"historyLimitCount": 100
}Return value
{
"status": 200,
"payload": {
"status": "ok",
"response": {
"success": true,
"snapShot": [
{
"value": 7,
"id": "area.asset.output1",
"name": "",
"timeGenerated": "2023-05-10T12:19:07.6278739+00:00",
"startTimestamp": "2023-05-10T12:19:07.6278718+00:00",
"endTimestamp": null,
"quality": "Good",
"type": "Analog"
}
]
}
}
}Last updated
Was this helpful?