I'm using the following API command to get a list of newly created devices/sensors: /api/table.csv?content=messages&columns=objid,datetime,type,name,device,status,message&filter_status=501
Is there a way to specify a date range (I see sdate and edate are used in the API for specific objects), but this doesn't seem to work for my command. (I know it'll only list the most recent 500 which can be altered)
Thanks!
Add comment