I have a website , so i want to get the data by using API’s activities
Can you send me a example workflow
Thank you,!
I have a website , so i want to get the data by using API’s activities
Can you send me a example workflow
Thank you,!
You can use the HTTP request activity to get the data by using API’s.
→ Install the UiPath.WebApi.Activities package.
→ Drag and drop the HTTP request activity.
→ Click on Configure option and provide the URL in the End point field.
→ Select the GET in the Request Method dropdown.
→ Create a variable in the Response Content option in properties,
Check the below image,
Hope it helps!!
First check the feasibility and availability of API for the website you are trying.
If API’s available, then check if you can get the access or not.
If first 2 points are green then use HTTP Request activity to interact with API.
Thanks,
Ashok
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.