TeamCity REST API Reference 2024.03 Help

AuditLocator

Represents a locator string for filtering AuditEvent entities. Examples:

  • count:1000 — find last 1000 audit events.

  • user:(<userLocator>) — find last 100 events by user found by userLocator.

Properties

Dimension

Data type

Format

Description

action

string

Use $help to get the full list of supported actions.

affectedProject

string

ProjectLocator

Related project locator.

buildType

string

BuildTypeLocator

Related build type or template locator.

count

integer

int32

For paginated calls, how many entities to return per page.

id

string

item

string

item:(<locator1>),item:(<locator2>...)

Supply multiple locators and return a union of the results.

lookupLimit

integer

int32

Limit processing to the latest <lookupLimit> entities.

start

integer

int32

For paginated calls, from which entity to start rendering the page.

systemAction

string

boolean

user

string

UserLocator

Locator of user who caused the audit event.

Last modified: 27 March 2024