Can we get parent module url from artifact using any OSLC or REST API in DNG
One answer
Hi
In DOORS Next an artifact can be reused in more than one module, or even be in a module several times - so there isn't necessarily a single answer to "which module is this artifact reused in?"
One way to find where an artifact is used is to use OSLC Query searching for the identifier (e.g. oslc.where=dcterms:identifier=1234) and this will return the core artifact as well as all the bindings where it is reused in a module. If you include in the query oslc.select=rm:module or oslc.select=* this will return in the results which are bindings a tag rm:module with the URL of the module the binding is in.
HTH
Ian
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 28 '25, 6:11 a.m.You might want to check the public APIs: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
Kishor Kumar Rai K
Apr 15 '25, 2:50 a.m.Hello Vinay,