Hi,
I'm calling /api/reports/events?deviceId=DEVICEID&from=TIMESTAMP&to=TIMESTAMP
The endpoint provides a type request parameter that will give only selected event types.
My question is the opposite. Is there a parameter that will exclude certain event types and provide everything else? Similar to the SQL query where type not in ('commandResult', 'deviceOnline', 'deviceOffline')
Thank you
Hi,
I'm calling
/api/reports/events?deviceId=DEVICEID&from=TIMESTAMP&to=TIMESTAMPThe endpoint provides a
typerequest parameter that will give only selected event types.My question is the opposite. Is there a parameter that will exclude certain event types and provide everything else? Similar to the SQL query
where type not in ('commandResult', 'deviceOnline', 'deviceOffline')Thank you