How to retrieve 5000 items from the Specific Queue to DataTable using API

Hi Team,

I need to retrieve queue items from a specific queue using the Orchestrator API that were added between yesterday and today.

Additionally, how can I obtain the access token?

Thanks in Advance!!

Any help @Anil_G @ppr @Yoichi

@lrtetala

you need to use get queue items api in loop and use skip parameter and get the items till the count of items retreived is not 1000 as 1000 is the maximum number of items…and you can incrmeent skip number by 1000 for each iteration

you need to create external application to get the authentication details

cheers

Hi @Anil_G

Thanks for your reply. I know how to get the queue items using Get Queue Items activity. But i want to use orchestrator api’s using Orchestrator HTTP Request activity.

Regards,

it depends also on the need details as it will be touched by ORC Rate Limits

@lrtetala

I am talking about the orchetsrator api itself and even that has skip parameter

cheers

here we recommend:

  • prototype it in Swagger
  • then port it to the UiPath modelling

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