Get commits of an item in one branch with TFS REST API
问题 I am trying to get the history for one particular item in one particular branch in my git repository, using the Team Service REST API (https://www.visualstudio.com/en-us/docs/integrate/api/git/commits). I have this structure in my repository. Repository1 -- Branch1 -- Item1 -- Item2 -- Branch2 -- Item1 -- Item3 How can I get the commits for just Item1 in Branch1? I have tried to POST: https://fabrikam.visualstudio.com/DefaultCollection/_apis/git/repositories/278d5cd2-584d-4b63-824a