API | UiPath Web Automation using API calls Use Case.

  Рет қаралды 13,915

Automate with Rakesh

Automate with Rakesh

2 жыл бұрын

API stands for Application Programming Interface is referred to as API. Any software with a specific function is referred to as an application when discussing APIs. Interface can be compared to a service agreement between two applications. This agreement specifies the requests and responses that the two parties will use to communicate.
Link to UiPath API playlist:
• API | API in UiPath |...
Numerous providers of API management platforms have also recognised the advantages of combining robotic automation and API-based integration. In order to provide connectors for quick and secure API-RPA connection, they collaborate with RPA providers. Bots can make API calls.
The UiPath WebAPI activities enable faster results by allowing you to manipulate REST API via the HTTP Request Wizard. JSON: A text-based standard for encoding structured data based on JavaScript object syntax is called JavaScript Object Notation (JSON). It is frequently employed for data transmission in online applications.
JSON Deserialization is the process of converting a JSON string back into an object, whereas serialisation is the opposite (converting a JSON object back into an string).
An API called RandomUser gives programmers access to fake users data which are generated at random and can be used as test subjects. As a result, in this video we will use the website to pick data using API calls from UiPath and upate the data into another website called rpa challenge.
Important Links:
🔥 Visit Channel : / automatewithrakesh
🔥 To Subscribe : bit.ly/3J6b48k
🔥 Python Videos : bit.ly/3r4AXzd
🔥 UiPath Videos : bit.ly/3udDx8a
🔥 Linkedin : bit.ly/3J6bMm0
🔥 Fb UiPath Grp : bit.ly/3x2iZ4d
🔥 Fb Page : bit.ly/3LMeXkn

Пікірлер: 46
@arazdavlund9776
@arazdavlund9776 Жыл бұрын
Thank you Rakesh its great video
@Maheshpatel-fy1tu
@Maheshpatel-fy1tu 2 жыл бұрын
Deep Explanation Rakesh.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Thank you Mahesh
@alokranjansingh20
@alokranjansingh20 Жыл бұрын
A really well explained video. Thank you Rakesh!!
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
So nice of you
@SG-kz5bq
@SG-kz5bq Жыл бұрын
Completed.Thank you so much sir.
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Well done, continue your learning journey and keep commenting! Shiyamala
@indiancricketer5153
@indiancricketer5153 3 ай бұрын
Amazing rakesh
@meenakshimore0304
@meenakshimore0304 Жыл бұрын
This video is very helpful for me thank you so much rakesh!😇
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Most welcome 😊
@kshalininadula8014
@kshalininadula8014 Жыл бұрын
Hi, how web APIs perform through invoke code activity in uipath?
@seconds_cooking
@seconds_cooking 2 жыл бұрын
Thank you great video
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
You are most welcome Pooja
@seifeddinekhadhraoui123
@seifeddinekhadhraoui123 3 ай бұрын
thank you rakesh great video i have a question what to do in case of the source website that i want to get the informations to copy is dynamic and changess the url everytime the robot executes
@harshajoshi7102
@harshajoshi7102 Жыл бұрын
Completed
@kakachino13
@kakachino13 8 ай бұрын
As always Fantastic video... something different than regular Uipath activities....but i had one generic question, in End point of http request activity we always enter API url, right? Also can we get the API url for all the websites? I understand for practice purpose we are using api url of randomuser. but i just wanted to know how does it work in real projects, do companies provide the api url? Thank you..
@mwaukyalobrian6322
@mwaukyalobrian6322 6 ай бұрын
They provide ApI urls
@saahilshaikh7445
@saahilshaikh7445 2 жыл бұрын
Please make more video on API Rakesh. like how we can run our bot with API calls how we can add data to Queue like API integration with orchestrators
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Sure I will upload more content around API
@vikaskshirsagar9599
@vikaskshirsagar9599 Жыл бұрын
Hi.. can we interact with application using API? If Yes then how? If you have any video regarding same , please share link...! Thanks
@user-ik2cz6rv3b
@user-ik2cz6rv3b 5 ай бұрын
Hi Rakesh IF i want to enter the data multiple time with same process what should i do.....
@srinivaspothula6243
@srinivaspothula6243 2 жыл бұрын
hi bro i couldn't find use application browser in studio, what should i du i enabled modern design also.plz help kardo thanks in advance
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Hi Srini, click on Activity Panel > click on Filter symbol and click on SHow Modern . or follow this content to know more about Modern design: kzbin.info/www/bejne/g6m2nn-jf5J2p68
@Vijay_0815
@Vijay_0815 Жыл бұрын
hi Rakesh... can you tell me please type of argument in deserialize Json activity. i facing issue
@alokranjansingh20
@alokranjansingh20 10 ай бұрын
Brother, please use variable type for JsonObject as JObject, and keep everything the same. It will definitely work :) Please let me know if that works. I would have pasted the screenshot but looks like its not accepted in youtube comments.
@nalbandtejaswini8474
@nalbandtejaswini8474 2 жыл бұрын
How can we get the exact count of users registered in randomuser site by using API concept. for example if we want to submit more than 1 user details in rpa challenge site.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Tejaswini, you can use a loop to repeat all the activities done for a single action in this example
@nalbandtejaswini8474
@nalbandtejaswini8474 2 жыл бұрын
@@AutomatewithRakesh Yes but how many times (count). We should now the exact number of users right to loop it.
@ip4094
@ip4094 Жыл бұрын
Hi Rakesh. This process is no longer working as error occurs when an object is used in the "type into" activity. It says, "option strict on disallows late binding". How to fix this?
@alokranjansingh20
@alokranjansingh20 10 ай бұрын
Brother, please use variable type for JsonObject as JObject, and keep everything the same. It will definitely work :) Please let me know if that works. I would have pasted the screenshot but looks like its not accepted in youtube comments.
@user-jq8pg3lk8j
@user-jq8pg3lk8j 6 ай бұрын
done
@rpadreamer5336
@rpadreamer5336 Ай бұрын
I watched it
@contact2viveksri
@contact2viveksri Жыл бұрын
Hi Rakesh, i am getting "Option Strict On Disallows Late Binding - Error in UiPath" while accessing JasonObject("object name")
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Try to write . To string and erase it, it should auto correct
@shaileshpandit9668
@shaileshpandit9668 11 ай бұрын
@@AutomatewithRakesh Not working for me.
@alokranjansingh20
@alokranjansingh20 10 ай бұрын
​@@shaileshpandit9668 Brother, please use variable type for JsonObject as JObject, and keep everything the same. It will definitely work :) Please let me know if that works. I would have pasted the screenshot but looks like its not accepted in youtube comments.
@vishnuvardhanreddy6531
@vishnuvardhanreddy6531 2 жыл бұрын
Hi Rakesh Bro how to iterate this process multiple times and how to store the data in excel sheet
@vishnuvardhanreddy6531
@vishnuvardhanreddy6531 2 жыл бұрын
Please reply me about which process need to use
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Hi Vishnu use a loop to iterate multiple times and build data table and add data row to write to data table. Finally write the data table to excel. Let me know if you could do it
@vishnuvardhanreddy6531
@vishnuvardhanreddy6531 2 жыл бұрын
@@AutomatewithRakesh Please send me the process, I am not able to do it
@srinivaspothula6243
@srinivaspothula6243 2 жыл бұрын
i got it bro.
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Good job
@ShreyanshAkshyansh
@ShreyanshAkshyansh 2 жыл бұрын
API- wcf.mscgva.ch/publicasmx/Tracking.asmx/GetRSSTrackingByContainerNumber?ContainerNumber=BSIU9459298 Original site- www.msc.com/en/track-a-shipment
@ShreyanshAkshyansh
@ShreyanshAkshyansh 2 жыл бұрын
If have possible then help me.. To get data from the above json
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
I will try to check Deepak
@ShreyanshAkshyansh
@ShreyanshAkshyansh 2 жыл бұрын
@Automate with Rakesh Thanks sir for reply... It's a part of my running process. Sir, Here going to complete 6 months of my job at Gurgaon, which one I got totaly only for you, total cradit goes to you. Only just because of your way of explanation and because of your videos I got this job.. Thank you again truly.
REST API concepts and examples
8:53
WebConcepts
Рет қаралды 6 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 5 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 8 МЛН
Incredible magic 🤯✨
00:53
America's Got Talent
Рет қаралды 80 МЛН
UiPath | File and Folder Automation | Using Default Activities | Scenarios | RPA
37:56
API | UiPath API Automation
21:32
Automate with Rakesh
Рет қаралды 15 М.
Difference Between REST API vs Web API vs SOAP API Explained
7:24
Learn with Whiteboard
Рет қаралды 169 М.
How To Build an API Gateway for Microservices with YARP
12:42
Milan Jovanović
Рет қаралды 19 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 376 М.
How to do API calls in UiPath | Full Tutorial
20:50
Anders Jensen
Рет қаралды 60 М.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2 МЛН
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 8 МЛН
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 3,9 МЛН
НЕ ПОКУПАЙ СМАРТФОН, ПОКА НЕ УЗНАЕШЬ ЭТО! Не ошибись с выбором…
15:23
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 5 МЛН
ГОСЗАКУПОЧНЫЙ ПК за 10 тысяч рублей
36:28
Ремонтяш
Рет қаралды 439 М.