Listing project with specific tag by API

Hello,

I need to list by API all projects with one or more particular tags.
I dont’ find this option on webAPI.
Could someone help me ?

I’m currently using SonarQube Enterprise Edition Version 7.9.6 (build 41879)

I will upgrade to newer revision soon…

thx
Michel

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

7.9.6 → 8.9.5 → 9.2.3 (last step optional)

You may find the Upgrade Guide and the LTS-to-LTS Upgrade Notes helpful. If you have questions about upgrading, feel free to open a new thread for that here.

Once you’ve upgraded, try 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.

 
HTH,
Ann

Hi,

now I’m using the * Enterprise Edition * Version 9.2.1 (build 49989) version

But I didn’t find more information about my need.
I can’t list by API all projects with one or more specific tags.

Is it possible ?
Thx
Michel

Hi Michel,

You’ll see that this functionality exists on the Projects page: filter by tag.

From there, it’s easy. 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.

 
HTH,
Ann