Hi guys,
I am querying the QueueItemEvents in our on-premise Swagger UI.
When I use a simple $filter=Status eq ‘Successful’ there is a hit with code 200.
But when I try to filter with a string function like $filter=contains(Timestamp,‘2019-12’) to get only events from December 2012 it gives a code 400 with body:
{
“message”: “Invalid OData query options.”,
“errorCode”: 1000,
“resourceIds”: null
}
What am I missing?