From the course: Hands-On RPA: Using APIs with UiPath

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

API activities in UiPath

API activities in UiPath

- [Instructor] In this new process, we just test how UiPath integrate with the API before creating the performer process. The first step is to call the API request. So let's go to activities and search for HTTP request. Here we go. And let's click on configure. And here we focus on two main things the URL and the request method. Let's go back to documentation and copy the URL. Let's go back to UiPath and insert the URL in the endpoint and make sure the request method is get as it was written in the documentation and click review. We'll find the review response appears. So we are configured it right and good to go. Let's click Ok. And now we need to store this response. Inside the response content I will create a new variable and let's call it result. Now we need to convert it to JSON. So I need another activity called deserialize JSON. This activity will take our result that we just created and convert it to a JSON…

Contents