It's all about the answers!

Ask a question

not able to retrieve data based on Oslc.where query


Vinoth Kumar (111) | asked Apr 21 '16, 8:11 a.m.
Hi,

I am using the below query to retrieve all the data, which were modified after 12/02/2015, unfortunately i am listed with all the available data. But i am looking to filter the condition based on the below query. Can someone shed some light on this.

I even tried with oslc.orderby=-dcterms:modified but that too didn't help

https://server:9343/qm/oslc_qm/contexts/_EXk_cJKnEeSuIs04gMjYWw/resources/com.ibm.rqm.planning.VersionedTestCase?oslc.where= dcterms:modified>="2015-12-02T18:42:30"

One answer



permanent link
Donald Nong (14.5k414) | answered Apr 22 '16, 4:39 a.m.
edited Apr 22 '16, 4:40 a.m.
For RQM, OSLC API is a bit lacking behind. The reportable REST API is well established though, and you should use that instead. For your case, use the modifiedSince parameter.
https://jazz.net/wiki/bin/view/Main/RqmApi#modifiedSince

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.