Azure Devops rest Api List Releases

Lars Gyldenkaerne 21 Reputation points
2020-11-25T14:58:00.833+00:00

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
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,992 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,651 Reputation points
    2020-11-25T14:59:52.37+00:00

    Hi @Lars Gyldenkaerne ,

    Azure DevOps is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).

    You can ask the experts in the dedicated Azure DevOps forum over here:
    https://developercommunity.visualstudio.com/spaces/21/index.html

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-11-25T14:59:55.647+00:00

    The product group for Azure DevOps actively monitors questions over at
    https://developercommunity.visualstudio.com/spaces/21/index.html

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments