Failing to filter through an API call within Swagger or Postman

Hello everyone,

I am having issues with getting the appropriate API call to filter based upon the EndProcessing time within the Queue Items API calls within Swagger and Postman. None of the syntax structures suggested on Google have worked so I am wondering if UiPath has something custom? Below is the call I am attempting to do and I can verify that this should receive at least one response as I copy/pasted the DateTime from a separate API call. It gives me a 1000 error code with the invalid Odata Query option. Is this a bug at the moment within Cloud Orchestrator?

odata/QueueItems?$count=true&$filter=EndProcessing eq ‘2025-03-03T17:10:06.227Z’

Hi @Michael_Gispert,

Can you please refer below post on similar issue and try to check API settings on orchestrator as well try with few different date formats mentioned in the post.

Hope this helps.

Regards
Sonali

Hello @sonaliaggarwal47

So this post did seem to fix it however it is a little vague as to why this setting is turned on by default. It states that it is due to performance improvement but is there any data supporting this claim?

Where would the performance of Orchestrator be affected by the allowance of utilizing DateTime filtering within its API?

@Michael_Gispert,

i am glad to hear that it worked.
Now that your issue is resolved, i would suggest to mark my post as solution so it can help others and topic can be closed.

Regarding your query on API settings, please see below the info from UiPath on same:

Hope this helps.

Regards
Sonali

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.