Extract Data from API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-10-21 10:33 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-08-24 11:17 AM
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.

- « Previous
-
- 1
- 2
- Next »