How to use the RM API to retrieve the contents of a specific module and have the artifacts listed in the order they are displayed in the RDNG UI?
Hi
<oslc_rm:uses rdf:resource="https://itec-rrc.fmr.com/rm/resources/_222f508984a34ea49172c3b9c5786bd0"/> ---> 54431
<oslc_rm:uses rdf:resource="https://itec-rrc.fmr.com/rm/resources/_cd2bcde7d4a14282a86e0a0c64d4525b"/>
..........
..........
..........
artifacts are not displayed in the same order which is shown in RDNG UI view, here i am expecting to see artifact#47621 (this is first artifact shown in the RDNG module), but when tool looping the the all resource URLs, the first URL is pulling the content for artifact# 54431.
Is there way to retrieve the contents/artifacts of a specific module in the order they displayed in RDNG UI ?
Regards
One answer
Are you using the OSLC API? If so, you should consider the reportable REST API.
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI#Supported_artifact_formats
The "modules" artifact format should produce the content exactly as you want.