Endpoint: /api/v1/rpa/process
The /api/v1/rpa/process endpoint retrieves, creates, updates, or deletes RPA processes within the system. This endpoint serves as the primary interface for managing process definitions and accessing the related metadata, versions, and execution properties.
This method retrieves a list or details of RPA processes, optionally filtered by environment, status, or other parameters.
Query Parameters
Query parameters determine and control the information returned in the response.
Property | Data type | Scope | Description |
---|---|---|---|
Name | String | Optional | Exact name of the process. Note: This field is case
sensitive.
|
Status | String | Optional | Status of the process. Possible values:
|
Environment | String | Required | Default |
Response Body
Response body returns a list of RPA processes that match the specified criteria (if any).
Property | Description |
---|---|
Count | The number of processes. |
Processes |
An array of the process objects, each representing a distinct workflow or automation defined within the system. These are the properties related to the process and version are listed below:
|