Is it possible to get a list of paused sensors/devices sorted by date? I would need it like this:

Name | Device | Sensor | Date


Article Comments

Dear Marnix

The closest would be

/tablewithstyles.htm?id=0&content=sensors&columns=objid,sensor,probegroupdevice,lastup&count=*&filter_status=7&filter_status=8&filter_status=9&filter_status=11&filter_status=12&sortby=-lastup

Use &sortby=lastup (without the minus sign) to reverse the order. Please note that the up status could be ended by a down state as well. Therefore this list does not always give the real pause date.

Since a device does not have the "lastup" property, only this is possible:

/tablewithstyles.htm?id=0&content=devices&columns=objid,device,probegroupdevice&count=*&filter_status=7&filter_status=8&filter_status=9&filter_status=11&filter_status=12

Oct, 2015 - Permalink