Get a List of Processes with Their Fields rpa.type.list
Scope:
rpaWho can execute the method: any user
The method will return an array of processes with their fields.
Method Parameters
|
Name |
Description |
|
select |
Array of fields to output. By default, all fields are outputted. |
|
order |
List for sorting, where the key is the field and the value is |
|
filter |
List for filtering |
|
start |
This parameter is used for pagination. The page size of results is always static — 50 records. To select the second page of results, you need to pass the value The formula for calculating the
|
Response Handling
HTTP Status: 200
{
"types": [
{},
{}
]
}
Continue Exploring
- Processes: Overview of Methods
- Create process rpa.type.add
- Update the process rpa.type.update
- Get Process Information by ID rpa.type.get
- Delete process rpa.type.delete
Copied
Previous
Next