Rest API in sonarQube 8.x to pull test results

Hi,
I am trying to create a custom page in sonarQube to show up my test results in a prettier way, For that, I need my test result data from sonarQube. I can not find the rest API for anything. I am using the sonarQube 8.x community edition.
So please give me an idea to where to find the API for getting the test results. @Jeff_Zapotoczny / @ganncamp

They’re in project/measures. You have to specify the metric keys for tests per https://docs.sonarqube.org/7.4/user-guide/metric-definitions/

2 Likes