Hi All,
I am new to UiPath. Please help.
How to get the details for every queue through Orchestrator http request. Details like Queue name Count of successful transaction,BIZ Exception,App Exception for each queue items in table.
I used odata/QueueItems but I can able to view Queue id, Priority,Status etc. not Successful count, or others. Where Can I get those details and which activity need to be used to retrieve those details.
Kindly help.
also have a look at this endpoint:
/odata/QueueProcessingRecords/UiPathODataSvc.RetrieveLastDaysProcessingRecords(daysNo={daysNo},queueDefinitionId={queueDefinitionId})
Returns the computed processing status for a given queue in the last specified days
I’m trying to view all the ways by which we can filter QueueItems. I know we can use CreationTime, QueueDefinitionId, and Status, but I thought I could use LastProcessingOn, too. However, I’m getting exceptions thrown saying that my endpoint is not valid. Here is an example of an endpoint I tried using that was not successful:
BTW, to answer my own question, if you execute a query under the option pictured here, you’ll get all the information you need about what’s available, no matter if you get a success or error.