UiPath Cloud Orchestrator API is now simplified :)

Hi @tvasilevska

Welcome to our UiPath Forum! :slight_smile:

Please do not hesitate to report it via our Cloud Platform support form:

2 Likes

Thank you! I have reported this problem :slight_smile:

1 Like

Hello, I have a problem that is occurring with the API of the orchestrator, I am doing the queries well, the information I am requesting is the one that is coming to me but the amount of data always restricts it to a maximum of 1000 records, they could guide me The reason for this situation and how to solve it, this happens to me when I consume the API from POSTMAN, from httprequest activity, from Power bi, etc.

1 Like

You will have to retrieve your values by 1000 per page (which seems to be the maximum). You can control the pages by specifying this $skip parameter:

Just set it to 1000, then 2000, until no more records are returned:
image

Hi,

It’s great that you resolved the issue but if you want to explore more on Orchestrator API using Postman.

The playlist is for you!!!
Link - https://www.youtube.com/playlist?list=PLGClccnZ8FnRkbXvs6tp-AAmQAzLAhtVz

Thanks,
Priyanka
Orchestrator API using Postman

1 Like

Hi All,

Have you ever received such error while sending the outh/token request?
{
“error”: “unauthorized_client”,
“error_description”: “Grant type ‘refresh-token’ not allowed for the client.”,
“error_uri”: “Application Grant Types”
}

I have tried many times and still no luck.

Best Regards,
Kamil

Hi @kmisko11

Could you specify:

  • what are you trying to achieve
  • how are you trying to do it currently

Hi,

Thank you Maciej for the response.
There was a typo in my body and that’s why I got this error :wink:
Authentication request is working fine now.

Regards,
Kamil

1 Like

Hi,

We are trying to implement with the Cloud Orchestrator. Is it possible to have all communications between Orchestrator and robots through an API gateway?

Thanks in advance for your help.

Regards,
Jinna

Hi @Jinna_QIN

Could you elaborate a bit? I believe it is not possible, but I am happy to record your feedback for our team to consider :slight_smile:

Hi Maciej,

Thanks for your consideration.

The idea is to use the Cloud Orchestrator to communicate with robots in different environments. An example, let’s say we have environment A and environment B (protected environment). If we keep the Orchestrator in environment A and some robots need to run in environment B. It is possible to have all communications between robots to Orchestrator pass through our own API gateway?

I Hope it is better explained now.

Thanks in advance.

Regards,
Jinna

Could you let me know if this article is helpful?

Hi Maciej,

Yes, thanks a lot. That is what I am trying to do now.

Could you explain how to authenticate/connect to cloud orchestrator (OAuth 2.0) from a Proxy server, please?

Thanks in advance.

Regards,
Jinna

Hi Maciej,

I found the solution in this topic:

Automation Cloud™ Previews: Azure AD Integration for enterprise and OAuth 2.0 for 3rd party apps - Help / Automation Cloud - UiPath Community Forum

Hi Maciej,

Do you know if we can redirect robots through an API Gateway which authenticated to the Cloud Orcherstrator?

Thanks in advance.

Regards,
Jinna

How do we authenticate using http request activity from UiPath without postman

Where can I found if there are mandaotry paramters for the different Endpoints.
I am interested in the /UiPathODataSvc.AddQueueItem

@loginerror Where we can get refresh token in Automation Suite