Return version on measures/search_history api (or a find version parameter)

I have search everywhere I way to get the version tagged on history result returned by api/measures/search_history. Can this be implemented, or parameter to find a specific version on history?

Hi,

First of all, I’ve moved your topic to the “Get help > SonarQube” category, as you were not suggesting a new feature but requesting help.

Then, to answer your question, you need to use the web service :
api/project_analyses/search, you’ll get version by getting the element in “events” with “category”: “VERSION”.

Regards