Query QM or RDNG artifacts of a specific type created within past time range
![](http://jazz.net/_images/myphoto/5b0a78e3f7626ba913bc6cc9407557a3.jpg)
4 answers
![](http://jazz.net/_images/myphoto/5b0a78e3f7626ba913bc6cc9407557a3.jpg)
For RNDG, it also depends on whether config mgmt is enabled for the project. If enabled then only LQE can be used; it would show the last modification of all the versions that are mapped to configurations. If not enabled then both LQE and DW would only contain the very latest state of the artifact.
![](http://jazz.net/_images/myphoto/5b0a78e3f7626ba913bc6cc9407557a3.jpg)
For QM, it appears that you can only query against a specific artifact type as opposed to having the query return all artifacts of all types. In addition, QM seems to operate on the latest modified date much like RDNG.
![](http://jazz.net/_images/myphoto/5b0a78e3f7626ba913bc6cc9407557a3.jpg)
Yes, there is a way to programmatically create and run such queries using the Reportable REST API. I've provided the links below.
Reportable REST API for QM
https://jazz.net/wiki/bin/view/Main/RqmApi
Reportable REST API for RDNG
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
Comments
![](http://jazz.net/_images/myphoto/187e496ff3bcada05e4d700bb24437f3.jpg)
Reportable REST API for QM
https://jazz.net/wiki/bin/view/Main/RqmApi
Reportable REST API for RDNG
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
Comments
Gary Dang
Jun 14 '17, 12:06 p.m.just to clarify the description of the post. What I am trying to do is to identify what QM/RDNG artefacts a specific user has created/updated within a given time period.