...
Get details of an individual change: GET http://teamcity:8111/app/rest/changes/id:changeId
The files
node lists changed files. SinceTeamCity 10.0, the information about the changed file action is reported via the changeType
attribute for the files listed as one of the following: added, edited, removed, copied
or unchanged.
Build problems
GET http://teamcity:8111/httpAuth/app/rest/problemOccurrences?locator=build:(BUILD_LOCATOR)
Tests
List tests:
GET http://teamcity:8111/app/rest/testOccurrences?locator=<locator dimension>:<value>
Supported locators:
...