Return a JSON representation of the changeset
Request
GET https://{hostname}:{port}
/build/rest2/projects/{id}/sourceChanges/changeset/{userName}?{parameters}
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| 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 |
| userName |
string |
true |
The userName of the changeset |