Forum Discussion
VeerakumarAyeappan
Sep 11, 2024Copper Contributor
Azure DevOps release - Deployment
I'm trying to get all the deployment for the last 1 year thru the REST API in Azure DevOps but I'm getting only certain days data in the response.
Can anyone help with this. It doesn't provide any housekeeping details as well in the document.
https://vsrm.dev.azure.com/{organization}/{project}/_apis/release/releases/{releaseId}?api-version=7.2-preview.9
2 Replies
- VeerakumarAyeappanCopper Contributorlooks we need to pass both min and max date range to get the details. The below one is work for me
https://vsrm.dev.azure.com/$organization/$project/_apis/release/releases?minCreatedTime=2023-09-01T00:07:37.99&maxCreatedTime=2023-12-01T00:00:37.99&api-version=7.1-preview.8