Is there a way through the VSTS Rest API (WIQL) to see the actual changes that occurred to files in a commit? I was hoping for something like git's diff from command line but the VSTS documentation for the Diff API only describes showing which files changed, not what was changed:
https://docs.microsoft.com/en-us/rest/api/vsts/git/diffs/get?view=vsts-rest-4.1
Thx