Get the list of source with web API

Hello,
I use the web API sonarqube with vba code to retrieve information about my code (metrics and rules)
I will want to analyze all the sources of my SonarQube project automatically.
Is it possible with the API to recover all the sources of my SonarQube project?

Do you have examples of API calls?
Thank you.

Best regard.

Frédéric AUBERT

Hi,

don’t understand what ‘recover’ means, but you may use web api api/sources
see https://yoursonarinstance/web_api/api/sources?internal=true
for web api docs with examples.

Gilbert

Thanks for your answer.
recover means that I would like to get the list of the sources of my project.