TeamCity REST API Reference 2025.11 Help

AuditAction

Contains details about a user action tracked by a corresponding AuditEvent.

Related Help article: Audit

Properties

name

The type of the action. See AuditLocator for the list of supported values.

id

The automatically generated unique ID of the action.

pattern

The description of the audit action displayed in TeamCity UI.Includes placeholders for the name of the affected entity (for example, a build configuration whose settings were edited), username of a person who performed the action, link that opens the corresponding changes diff, and so on.

Schema

Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET and use the response as a base for the following POST request.

A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.

<auditAction id="54" name="build_type_edit_settings" pattern="#{0} build configuration settings were edited (#{1})."/>
{ "name" : "build_type_edit_settings", "pattern" : "#{0} build configuration settings were edited (#{1}).", "id" : "54" }
Last modified: 02 December 2025