Fetching details of files present in RTC
One answer
If you are familiar with Plain Java API, you could leverage it to achieve your goal.
You should browse the change sets in a stream's history, retrieve the files modified in each change set and get the information you need.
I implemented a similar solution in order to retrieve the number of lines of code in a project over time, so I am confident that it can work for you too.