cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the endpoint/Base url of blue prism to connect with rest APIs from c# code

aiswarya_johney
Level 3

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.

1 BEST ANSWER

Helpful Answers

kray1642
Staff
Staff

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

View answer in original post

6 REPLIES 6

kray1642
Staff
Staff

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

will this help to get connection through  c# code to blue prism ?

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

I was using  v7.3.1 version.

is blue prism learning edition supports API ?

 

bruce.liu
Staff
Staff

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.