Forum Discussion
leaabrugena
Feb 13, 2024Copper Contributor
Is there a way to Export Release Definition using REST API
Hi, I'm seeking a method to download or export the release definition in Azure DevOps. I've already attempted to use the GET method: $item= "https://vsrm.dev.azure.com/{org}/{proj}/_apis/rele...
leaabrugena
Feb 13, 2024Copper Contributor
Okay I found what I need
$response.environments.deployPhases.workflowTasks
..