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
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Oct 26 '16, 2:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
My best hint is this answer https://jazz.net/forum/questions/122146/visual-studio-api/122147
|