...
The TeamCity REST APIs returns HTTP responses in the following formats according to the the HTTP "Accept" header:
Format | Response Type | HTTP "Accept" header value |
---|---|---|
plain text | single-value responses | text/plain |
XML | complex value responses | application/xml |
JSON | complex value responses | application/json |
...