Get number of lines changed between two tags in repos using rest api

Copper Contributor

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.

 

Is there a better way to get this info?

0 Replies