Request
GET https://{hostname}:{port}
/build/rest2/secondaryProcessTemplates/{id}/processes?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| rowsPerPage |
string |
false |
The number of process templates to return per page. |
| pageNumber |
string |
false |
The page of process templates that should be returned. |
| orderField |
string |
false |
The field to use when sorting the process templates. This would either be 'name' or 'description'. |
| sortType |
string |
false |
The order to use when sorting the process templates. This would either be 'asc' or 'desc'. |
Table 2. URL parameters
| Parameter |
Type |
Required |
Description |
| id |
string |
true |
The identifier to use when looking up a process template. This can be the name or ID of the process template |
This command takes a JSON request string or file. Use the following template for the request:
[{
"active": "Whether or not the process using this process
template is active",
"description": "The description of the process using
this process template",
"id": "The ID of the process using this process template",
"name": "The name of the process using this process
template",
"project": "The name of the project to which the process
using this process template belongs"
}]