Request
GET https://{hostname}:{port}
/build/rest2/codestation-projects?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| rowsPerPage |
string |
false |
The number of CodeStation projects to return per page. |
| pageNumber |
string |
false |
The page of CodeStation projects that should be returned. |
| orderField |
string |
false |
The field to use when sorting the CodeStation projects. This would be 'name' or 'description'. |
| sortType |
string |
false |
The order to use when sorting the CodeStation projects. This would either be 'asc' or 'desc'. |