Is there a TFS Git API for getting file last modified date of files in a folder?
问题 I am using TFS Git API to programmatically read data from my Git repository. I have the requirement that I need to be able to get a folder from the git repository and list all of the files in it and their last modified timestamp. I am using the items api and I am able to get the items in a folder with this request: https://docs.microsoft.com/en-us/rest/api/azure/devops/git/items/list?view=azure-devops-rest-5.1 For example: GET https://dev.azure.com/fabrikam/_apis/git/repositories/278d5cd2