sonarqube version:9.9.2.77730
The number of projects obtained through the web API is 1341, while the count obtained by querying the database table is 910. Why is there a discrepancy?
sonarqube version:9.9.2.77730
The number of projects obtained through the web API is 1341, while the count obtained by querying the database table is 910. Why is there a discrepancy?
Hey there.
GET api/projects/search when used without ?qualifiers=TRK
returns projects, applications, and portfolios, not only projects (don’t ask why).
Do you have applications/portfolios on your instance?
Thank you for your response.
After appending “?qualifiers=TRK” to the API call, I noticed that it returned 1342 results. However, I must clarify that I do not have any applications or portfolios on my instance. It seems there might be a discrepancy in the returned data or a misunderstanding of the query parameters. Could you please provide further clarification or guidance on how to accurately retrieve only projects?
Thank you for your assistance