cancel
Showing results for 
Search instead for 
Did you mean: 

Extract Data from API

Gausus
Level 3
Hello guys,

we are trying out for the first time to develop a bot with API function.

So far we managed to create the connection and extract the data. Within Blue Prism  Web API Services and also via Python.

Both ways we extracted a data set of 100.000.000 characters.

Could someone help me out how I can make the data useable for example as a collection or filter it?

I don't know how to move forward now.

Thank you very much in advance,
Christian


------------------------------
Christian Ziegler
Financial Controller RPA Developer
Daimler AG
------------------------------
10 REPLIES 10

 

To get started, you'll typically need an API key, like a password, to access the API. Once you have that, you'll use it to make requests. If you're looking to retrieve data, these requests can be GET requests.For example, if you're using an identity validation api, you would send a request with specific parameters that tell the API what data you need.