How to use SQ web API to bring only the list with the active quality profiles of a project

Hi!
I want to use the SQ web API to make a report with all the rules in the active quality profiles of a project.
My problem is that when I use GET api/qualityprofiles/search with the project parameter, the response contains all the QP configured for that project, not only the ones that are active.
Is there a way to find out from some api response wich qp are active for a project. It should be something because in the GUI you can find this at “Project Information”.

SQ Data Center Edition
Version 9.9.1

Hey there.

You’re right – if it’s visible in the UI, you should be able to track down a Web API for it. For that, I would recommend this guide:

Thank you, Colin! This was really helpful.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.