Hi,
I need a Filter Option to get “Inprogress” Items from Orchestrator Queue using APIs.
I have the Folder ID and Queue Definition ID. But I’m getting all Queue items from the Queue. Instead I need only “Inprogress” items from the Queue. I’m trying it out in Swagger UI. I could provide Start Processing and End Processing time. But i couldn’t filter out with Queue item Status.
Thanks. It got filtered correctly. So, After getting ‘InProgress’ Items, I need to get the Latest ‘InProgress’ Item for the Queue and see whether it is “InProgress” for more than 15minutes.