Get Process Information by ID rpa.type.get
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. Use Smart scripts as an alternative to this functionality.
This method retrieves information about a process by its id.
Method Parameters
Required parameters are marked with *
|
Name |
Description |
|
id* |
Process identifier |
Response Handling
HTTP Status: 200
{
"type": {
"id": 1,
"title": "Process Name",
"image": "list",
"createdBy": 1,
"settings": [],
"permissions": [
{
"id": "1",
"entity": "TYPE",
"entityId": "1",
"accessCode": "UA",
"action": "ITEMS_CREATE",
"permission": "X"
}
]
}
}
Returned Data
|
Name |
Description |
|
id |
Process identifier |
|
title |
Process name |
|
image |
Icon identifier from the list |
|
createdBy |
Identifier of the user who created the process |
|
settings |
Set of process settings |
|
permissions |
Set of access permissions for this process |
Continue Exploring
Was the article helpful?
Previous