Open tristanbarcelon opened 4 years ago
Describe the bug When fetching a specific release using api, there's a propertyFilters parameter that can be specified to reduce the size of the result.
To Reproduce Use postman or microsoft edge to issue an http get to https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?propertyFilters=id,name,status,artifacts&api-version=5.1. The result payload is the same as a query that did not specify propertyFilters.
Expected behavior I expected it to skip the environments properties because this is too big and we don't really need this.
Desktop (please complete the following information):
@tristanbarcelon Please move this issue to https://github.com/MicrosoftDocs/azure-devops-docs/issues
Describe the bug When fetching a specific release using api, there's a propertyFilters parameter that can be specified to reduce the size of the result.
To Reproduce Use postman or microsoft edge to issue an http get to https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?propertyFilters=id,name,status,artifacts&api-version=5.1. The result payload is the same as a query that did not specify propertyFilters.
Expected behavior I expected it to skip the environments properties because this is too big and we don't really need this.
Desktop (please complete the following information):