activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
WebAPI how-to guides
Developer Activities
Last updated Oct 22, 2024
WebAPI how-to guides
This page includes guides and resources that can help you learn how to create automations using the activities in this package.
Step-by-step guides on how to create automations from scratch. Each tutorial includes a project that you can download and open in UiPath Studio.
Tutorial | Description | Activities |
---|---|---|
Create and Deserialize a JSON Array | Create a JSON array, deserialize it, and provide the list of extracted tokens. | Deserialize Json Array |
Detect and Analyze an XML File | Deserialize and analyze a XAML file. | Deserialize XML, Execute XPath |
Read and Deserialize an XML File | Read, deserialize, access, and display various information about an XML file. | Deserialize XML, Execute XPath, Get XML Nodes, Get XML Node Attributes |
WebAPI Language Detection | Call a public API, extract information, and display the results. | HTTP Request, Deserialize Json |
Preconfigured projects that automate common scenarios. You can use a template as is or you can use it as a starting point for a new project to avoid starting from scratch. Templates are also a good way to learn how to automate.
You can find the following templates with activities from this package in Studio Web:
Template | Description | Activities |
---|---|---|
Get latest exchange rate via HTTP Request | Get the latest exchange rate for a chosen currency against USD and format it in order to print it to the output. | HTTP Request, Deserialize Json |