Request
GET https://{hostname}:{port}
/build/rest2/dashboard/activity?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| rowsPerPage |
string |
false |
The number of projects to return per page. |
| pageNumber |
string |
false |
The page of projects that should be returned. |
| sortType |
string |
false |
The order to use when sorting the projects. This would either be 'asc' or 'desc'. |
| showInactive |
boolean |
false |
When set to true, only show inactive projects. When set to false, only show active projects. |