Load queue items with API

Hi - can an API be used to load items to a queue? Are different auth tokens used to load to queues in different tenants or the same?

Hi @dgreen ,

Yes. There is an API to add Items to the Queue. More information on it is provided in the below link.

Also, if different tenants are being used we would be receiving different authorization tokens for each of them in order for us to make calls for that particular tenant.

Also do note the below :

The [access_token] required for making Orchestrator API calls is valid for 24 hours. You have to regenerate [access_token] using your [refresh_token]; otherwise you receive a 401 status code.

Hi @dgreen ,

you can refer the below link.

https://docs.uipath.com/orchestrator/reference/about-odata-and-references

Thanks