Retrieve a List of Processes with Their Fields rpa.type.list
Choose a tool for developing with an AI agent:
- use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
- use the MCP server to develop a REST API integration in your own project. The agent refers to the official REST documentation
Scope:
rpaWho can execute the method: any user
DEPRECATED
The development of this method has been halted. Please use Smart scripts as an alternative to this functionality.
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 returned. |
|
order |
List for sorting, where the key is the field and the value is |
|
filter |
List for filtering. |
|
start |
This parameter is used to manage pagination. The page size for 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": [
{},
{}
]
}