Question
1
Replies
55
Views
Posted: January 7, 2020
Last activity: January 8, 2020
Changing service endpoint URL in Robotics Studio
Hi,
By default, there is a request made by Robotics Studio to get relevant records with the following REST API:
https://<cloud instance>/prweb/api/v1/data/{id}
I would like to know if it is possible to change in Robotics Studio that service endpoint URL for example:
https://<cloud instance>/prweb/PRRestService/RPA/v1/data/{id}
Thanks in advance,
Héctor
Hi,
In other words, what I would like to know is how to use another service package instead of "api" from Robotics Runtime/Studio.
Another solution could be: Our "api" service package uses OAuth authentication and as far as I know Robotics Runtime/Studio works with basic authentication. Is there a way to connect "api" with OAuth authenticacion from Robotics Runtime/Studio?
Thanks,
Héctor