Request
GET http://{hostname}:{port}
/rest2/projects/{id}/sourceChanges?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| rowsPerPage |
string |
false |
The number of source changes to return per page. |
| pageNumber |
string |
false |
The page of source changes that should be returned. The first page is 1 |
| from |
string |
false |
The field to use when getting the source changes from this date. |
| to |
string |
false |
The field to use when getting the source chagnes to this date. |
Table 2. URL parameters
| Parameter |
Type |
Required |
Description |
| id |
string |
true |
The identifier to use when looking up a project. This can be the name or ID of the project |