It's all about the answers!

Ask a question

QM 5.0.1 query using RPE REST and feed schema


Rafael Rodriguez Montes (23013117237) | asked Jan 22 '15, 6:58 p.m.

Hello,

I created a datasource schema thro the REST discovery that contains a query for a specific project area, now I have the regular schema qm and feed, how can I iterate for get detailed information, example I have the testcase title and id, and I want to get the test script step result, so I need to iterate it thro the restresult and stept result, but how could I do that join and get that information for these records??

thank you

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Jan 23 '15, 6:42 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You can use fields filtering in the RQM Reportable REST API to resolve the qm:executionresult resources for a specific qm:testcase resource.  For example":

<feedUrl>?fields=feed/entry/content/executionresult/testcase[@href='<resourceUrl>']

Your answer


Register or to post your answer.