TeamCity REST API Reference 2024.03 Help

ChangeApi

getAllChanges

Get all changes.

Endpoint

/app/rest/changes

Produces

  • application/xml

  • application/json

Parameters

Response

Changes

getChange

Get change matching the locator.

Endpoint

/app/rest/changes/{changeLocator}

Produces

  • application/xml

  • application/json

Parameters

Response

Change

getChangeAttributes

Get attributes of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/attributes

Produces

  • application/xml

  • application/json

Parameters

Response

Entries

getChangeDuplicates

Get duplicates of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/duplicates

Produces

  • application/xml

  • application/json

Parameters

Response

Changes

getChangeFirstBuilds

Get first builds of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/firstBuilds

Produces

  • application/xml

  • application/json

Parameters

Response

Builds

getChangeIssue

Get issues of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/issues

Produces

  • application/xml

  • application/json

Parameters

Response

Issues

getChangeParentChanges

Get parent changes of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/parentChanges

Produces

  • application/xml

  • application/json

Parameters

Response

Changes

getChangeParentRevisions

Get parent revisions of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/parentRevisions

Produces

  • application/xml

  • application/json

Parameters

Response

Items

getChangeVcsRoot

Get a VCS root instance of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/vcsRootInstance

Produces

  • application/xml

  • application/json

Parameters

Response

VcsRootInstance

getChangeField

Get a field of the matching change.

Endpoint

/app/rest/changes/{changeLocator}/{field}

Produces

  • text/plain

Parameters

Response

string

Last modified: 27 March 2024