TeamCity REST API Reference 2024.03 Help

InvestigationApi

getAllInvestigations

Get all investigations.

Endpoint

/app/rest/investigations

Produces

  • application/xml

  • application/json

Parameters

  • locator: string

  • fields: string

Response

Investigations

addInvestigation

Create a new investigation.

Endpoint

/app/rest/investigations

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

Investigation

addMultipleInvestigations

Create multiple new investigations.

Endpoint

/app/rest/investigations/multiple

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

Investigations

deleteInvestigation

Delete investigation matching the locator.

Endpoint

/app/rest/investigations/{investigationLocator}

Produces

  • application/xml

  • application/json

Parameters

getInvestigation

Get investigation matching the locator.

Endpoint

/app/rest/investigations/{investigationLocator}

Produces

  • application/xml

  • application/json

Parameters

Response

Investigation

replaceInvestigation

Update investigation matching the locator.

Endpoint

/app/rest/investigations/{investigationLocator}

Consumes

  • application/xml

  • application/json

Produces

  • application/xml

  • application/json

Parameters

Response

Investigation

Last modified: 27 March 2024