7 years ago
[REST API] Filtering on "updatedOn" using the ">" operator returns 400 - Bad Request
Hello!
We are trying to filter results based on the "updatedOn" property using the ">" operator. However, the request status will always return a 400 - Bad Request.
We have used other operators that are successful, such as "!~"
Example of a successful call (200 - OK):
https://companyname.logicmonitor.com/santaba/rest/device/devices?filter=updatedOn!~1504905976
Example of a unsuccessful call (400 - Bad Request):
https://companyname.logicmonitor.com/santaba/rest/device/devices?filter=updatedOn>1504905976
Am I doing anything wrong? Is this filter possible?