I'm trying to get the lines of code that has been changed (added, edited or deleted) between two tags in Azure Devops repos using the following apis
It seems the changeCounts in response represent the file changes not the lines of code changes.
Then I tried to use the single commit id in the response to hit the following endpoint - https://docs.microsoft.com/en-us/rest/api/azure/devops/git/commits/get-changes?view=azure-devops-rest-7.1&tabs=HTTP
It doesn't help as it doesn't have all the commits.