Azure DevOps release - Deployment

Copper Contributor

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 Replies

@VeerakumarAyeappan 

 

 You might need to specify a date range in your API request

looks 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-01T0...