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!!
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!!
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
here we recommend:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.