Hi,
I'm try to gather statistics about our Azure Devops Releases. But I'm only able to get at the 100 most recent releases, if I use the $Top=100.
I have tried to provide a $Skip - which is not documented on releases - I know, but could see it on other API calls.
https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases?definitionId=1&api-version=6.0&$Top=100&$Skip=100
I have also tried to provide minCreatedTime as per documentation but that does not change the response.
https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases?definitionId=1&minCreatedTime="2020-01-01T14:36:42.87Z"&api-version=6.0