You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to retrieve detailed information about running builds (e.g. estimated time) which isn't returned by default from the TeamCity's REST API.
Using the fields querystring parameter it is possible to configure the returned fields in the response. An example API call will be: http://localhost:8111/app/rest/builds/?locator=running:true&fields=count,build(id,status,state,running-info)
Please add support for passing the fields to return in the response.
The text was updated successfully, but these errors were encountered:
dafanasiev
added a commit
to dafanasiev/teamcity-client
that referenced
this issue
Jul 17, 2018
I want to retrieve detailed information about running builds (e.g. estimated time) which isn't returned by default from the TeamCity's REST API.
Using the
fields
querystring parameter it is possible to configure the returned fields in the response. An example API call will be:http://localhost:8111/app/rest/builds/?locator=running:true&fields=count,build(id,status,state,running-info)
Please add support for passing the fields to return in the response.
The text was updated successfully, but these errors were encountered: