Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for fields querystring parameter #21

Open
dumbo0001 opened this issue Apr 8, 2018 · 0 comments · May be fixed by #23
Open

Support for fields querystring parameter #21

dumbo0001 opened this issue Apr 8, 2018 · 0 comments · May be fixed by #23

Comments

@dumbo0001
Copy link

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.

dafanasiev added a commit to dafanasiev/teamcity-client that referenced this issue Jul 17, 2018
This was referenced Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant