Rest API: get FileItem from the source code path
I would like to be able to look at the history of a file. Only give the path and file name, I would like to be able to review all of the changes of a file without having to know all of the ChangeSet associated with that file.
I am using python and making all of my requests using the REST API. Is there a way to determine the FileItem given the path & file name and view the entire profile of that FileItem?
Thanks