Can I filter by a specific attribute using Rest API
Good morning,
I am currently using DNG Rest API to get some KPIs from the tool. At the moment I am able to get the total number of artifacts with a specific artifact type, but I would like to know if it is possible to get:
the total number of artifacts with a specific artifact type and with Status == approved (for example)
Does anybody know if this is possible?
One answer
The main ELM public API landing page can be found at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding, and that pages has links to various DOORS Next API pages.
You might want to look at OSLC query capabilities and Reportable REST supported by DOORS Next.
Or consider using Report Builder (which supports count columns) to get the information you need without coding REST clients to do so.