filmov
tv
UiPath Rest API | JSON Deserialize | Twitter API | Postman | RPA | UiPath Developer scenarios

Показать описание
UiPath - RPA
UiPath and REST API
- Use Postman application for API Testing
- Compared Postman and UiPath activities parallelly
- Test Twitter API for Demo
- Get Status code (status code 200 means successful)
- Deserialize output API and retrieve required information
- UiPath provides XML and JSON deserialize activity.
Difference between XML and JSON format
and how to get data from Json or XML
- JSON consists of Tokens
- XML consists of Elements (tag & value)
Deserialization must start from parent and move to next (applicable for both JSON and XML)
- Data is the parent
- Id and text are children
If single token or element – Can be retrieved directly
If array of tokens available – For Each loop introduced
To get Last token or first token or previous token – Properties are available
UiPath and REST API
- Use Postman application for API Testing
- Compared Postman and UiPath activities parallelly
- Test Twitter API for Demo
- Get Status code (status code 200 means successful)
- Deserialize output API and retrieve required information
- UiPath provides XML and JSON deserialize activity.
Difference between XML and JSON format
and how to get data from Json or XML
- JSON consists of Tokens
- XML consists of Elements (tag & value)
Deserialization must start from parent and move to next (applicable for both JSON and XML)
- Data is the parent
- Id and text are children
If single token or element – Can be retrieved directly
If array of tokens available – For Each loop introduced
To get Last token or first token or previous token – Properties are available