API ACTIVITY

Hi I have Excell with data contains around 300 (ID) in A1 row and I have one API which add that ID from Excel sheet and copy between the API URL like this I have to run all 300 ID’s. While running this API I will get some info which I have to collect it and write it in Excel.

Can any one help me how to do this scenario.

For API it have key and authuntication.

I have checked this in post man by adding authontication key In header it’s excited successfully and GET the output

Install UiPath.Web.Activities and use Http Request Activity to call your API. It will return Json response.

@sandeep_kurra I have used API multiple times in UiPath, It’s super easy. Use HTTP request to Get the Data then Deserialize it and Parse the JSON file.