How to access a specific version of a component?

91 Views Asked by At

I would like to get the measures of different versions of a component in SonarQube.

How can I access an older version than the one of the latest analysis with Python?

1

There are 1 best solutions below

0
On BEST ANSWER

Starting Sonarqube 6.3, you'll be able to use api/measures/search_history.

Before that, you need to use api/timemachine/index.