I want to download all contents from Git Branch using VSTS Git API. I have successfully downloaded item using https://docs.microsoft.com/en-us/rest/api/vsts/git/items/get but It always pointing to master branch. I want to point to another branch.
I got the solution - by passing branch name in "versionDescriptor.version" parameter we can get the item from specific branch