Want to use on-prim orchestrator API to add item to queue

Hi All,

I would like to use on-prim orchestrator API to add item to queue.

Kindly suggest me which API/Http request app I can use, I have tried Postman as well but due to organization policies unable to use it.

If you have any example of setting using on-prime intranet orchestrator API request then share with me.

Thanks.
Nilesh P.

1 Like

Hi @Nile,

Considering cloud, you can use the following routes:

I am not sure if they are different for on-premise, but take a look at the Swagger documentation to find out and also to see the required permissions, required scopes, expected parameters and all other details.

Here is how you can access The Orchestrator API Swagger (for on-premise and cloud):

https://docs.uipath.com/orchestrator/reference/api-references

I recommend you take a look at @Priyanka_Bhalere’s YouTube channel: https://www.youtube.com/c/AutomationLoop/videos

If this solves your problem, kindly mark this post as solution to close this topic.

If you need extra help and/or have any question, please let me know :slight_smile:

Thanks!

3 Likes

Hey @gustavo.cervelin @Nile

It should be the same as above. Only the Auth part changes.

If you are using Orchestrator HTTP activity then you don’t need to worry on the Auth part as well.

Thanks
#nK

1 Like

Hi @Nithinkrishna,

Got it, thanks for sharing that :slight_smile:

1 Like