Query Polling Monitor History
The following example shows how to get all event history for polling monitor 433016.
Request
/ws/v1/monitors/history/<monitorId>
Response
{
"count": 1,
"list": [
{
"DataPoint": {
"cstId": 73846,
"data": "0",
"description": "",
"id": "80ba3970-563d-11e5-b865-fa163ed14178",
"quality": 99,
"serverTimestamp": 1441725785735,
"streamId": "00000000-00000000-00409DFF-FF50B8B1/temp",
"streamType": "FLOAT",
"streamUnits": "Kelvin",
"timestamp": 1441725785735
},
"group": "*",
"operation": "INSERTION",
"timestamp": "2015-09-08T15:23:05.888Z",
"topic": "73846/DataPoint/00000000-00000000-00409DFF-FF50B8B1/temp"
}
],
"polling_cursor": "80d1920a-563d-11e5-b865-fa163ed14178",
"polling_uri": "/ws/v1/monitors/history/440495?cursor=80d1920a-563d-11e5-b865-fa163ed14178",
"size": 1000
}