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