lam.nguyen
(Lam Nguyen)
December 10, 2020, 7:08am
1
My task that Adding transactions item to the queue with postpone in UiPath Orchestrator API (UiPath Orchestrator API Guide , UiPath Connector Guide )
My problem is type of postpone, can you help how to know type of postpone…
when i add queue item in uipath studio it works with DateTime type
Thank you so much …
Adrian_Star
(Adrian Starukiewicz)
December 10, 2020, 8:37am
2
Hi, You need to do custom string with date:
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?
Eg.:
DateAndTime.Now.ToString("yyyy-MM-ddTHH:mm:ss.ffZ")
The output on the console will be different because UiPath is converting the record to a different date form.
When you go into details you have the correct syntax which can be passed to API request:
system
(system)
Closed
December 13, 2020, 8:44am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.