TeamCity REST API
Number of APIs: 372
- 
BuildType - Get tags of builds of the matching build configuration. GET {{baseUrl}}/app/rest/buildTypes/:btLocator/buildTags?field=<string> 
- 
Project - Get value of build parameter. GET {{baseUrl}}/app/rest/projects/:projectLocator/parameters/:name/value 
- 
BuildQueue - Get the queue position of a queued matching build. GET {{baseUrl}}/app/rest/buildQueue/order/:queuePosition?fields=<string> 
- 
Build - Get build matching the locator. GET {{baseUrl}}/app/rest/builds/:buildLocator?fields=<string> 
- 
Build - List all files. GET {{baseUrl}}/app/rest/builds/:buildLocator/artifacts?basePath=<string>&locator=<string>&fields=<string>&resolveParameters=<boolean>&logBuildUsage=<boolean> 
- 
BuildType - Get all VCS root instances of the matching build configuration. GET {{baseUrl}}/app/rest/buildTypes/:btLocator/vcsRootInstances?fields=<string> 
- 
User - Remove the RememberMe data of the matching user. DELETE {{baseUrl}}/app/rest/users/:userLocator/debug/rememberMe 
- 
User - Get all groups of the matching user. GET {{baseUrl}}/app/rest/users/:userLocator/groups?fields=<string> 
- 
Group - Update parent groups of the matching user group. PUT {{baseUrl}}/app/rest/userGroups/:groupLocator/parent-groups?fields=<string> 
- 
BuildType - Get a parameter of an artifact dependency of the matching build configuration. GET {{baseUrl}}/app/rest/buildTypes/:btLocator/artifact-dependencies/:artifactDepLocator/:fieldName