Create web application for security assitance using Sonarqube API

Hey Everyone ,
I am new to Sonarqube and I know what is sonarqube and I also read some of the APIs of sonarqube and I want to use some APIs in my project to get Some information about the project analysis report that was genrated by Sonarqube community self hosted of any Other Project .
Please Help me how to use sonarqube APIs in my project. Some of the APIs I want to use are Project Analysis,Project Links,Measures ,rules,Webhooks.

Thanks in advance.

Hi,

Welcome to the community!

Have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann