0
votes

I'm looking at the VSTS REST API documentation on getting a build report and unable to find the types of reports available using the URI parameter.

Ref: https://docs.microsoft.com/en-us/rest/api/vsts/build/report/get

GET

https://{accountName}.visualstudio.com/{project}/_apis/build/builds/{buildId}/report?type={type}&api-version=4.1-preview.2

Any idea on the available report types?

1
Can you get all whole build report by GET https://{accountName}.visualstudio.com/{project}/_apis/build/builds/{buildId}/report?api-version=4.1-preview.2?Marina Liu

1 Answers

2
votes

The only supported type is "html".