Hi,
I need to filter queueitems on their StartProcessing time stamp to be able to just report on the newly processed items in a queue like this:
In_OrchURL + “odata/QueueItems?$filter=QueueDefinitionId eq ” + In_QueueID + " And StartProcessing gt " + In_StartingTime + " &$select=Key”.
In_StartingTime is a timestamp on format “2019-01-30T11:00:00Z”.
The response is:
{
“message”: “Invalid OData query options”,
“errorCode”: 1000,
“resourceIds”: null
}
Regards
Levi