25-07-24 08:11 AM
I need to Connect to Blue prism by using Rest API from C# code for this I need to get the base URL of blue prism .
string baseUrl = "https://your-blueprism-server/api/";
string username = "your-username";
string password = "your-password";
How Can i find this.
Answered! Go to Answer.
25-07-24 04:15 PM
Hello aiswarya_johney,
This all depends on what API you are using and how it is configured within your environment. If you are wanting to use the Blue Prism v7 API, I can point you to some resources.
Here are some instructions for installation and setup of the v7 API: https://docs.blueprism.com/bundle/blue-prism-enterprise-7-1/page/Guides/bp-api/api-introduction.htm
Here is a Postman configuration published on the Digital Exchange: Function for Blue Prism API PostMan Configuration - 7.3.0
I am happy to answer any follow-up questions.
Regards,
Kennadee Griggs
Digital Exchange Engineer
25-07-24 04:15 PM
Hello aiswarya_johney,
This all depends on what API you are using and how it is configured within your environment. If you are wanting to use the Blue Prism v7 API, I can point you to some resources.
Here are some instructions for installation and setup of the v7 API: https://docs.blueprism.com/bundle/blue-prism-enterprise-7-1/page/Guides/bp-api/api-introduction.htm
Here is a Postman configuration published on the Digital Exchange: Function for Blue Prism API PostMan Configuration - 7.3.0
I am happy to answer any follow-up questions.
Regards,
Kennadee Griggs
Digital Exchange Engineer
26-07-24 12:51 PM
will this help to get connection through c# code to blue prism ?
26-07-24 02:50 PM
aiswarya_johney,
Yes. The APIs can be called by custom solutions.
What version of Blue Prism are you connecting to?
Here is another resource that has links to the API reference for the v7 API: https://docs.blueprism.com/bundle/blue-prism-enterprise-7-1/page/bp-api/api-spec-home.htm
That should give you an idea of what the v7 API is capable of.
Regards,
Kennadee
27-07-24 04:45 PM
I was using v7.3.1 version.
27-07-24 05:23 PM
is blue prism learning edition supports API ?
29-07-24 03:01 AM
Hello,
Blue Prism Learning Edition does not support Blue Prism API.
For Blue Prism Enterprise Edition, you must install Blue Prism Hub component with Authentication Server before you can install the additional Blue Prism API component to enable REST API calls.
Hope this helps.