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 a...
Kidd_Ip
Sep 11, 2024MVP
- VeerakumarAyeappanSep 12, 2024Copper 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