How to retrieve the section attribute for an artifact in DNG through oslc/programmatically ?

The section attribute for an artifact,which displays the hierarchical information(equivalent to doors object number) for DNG is shown in the web view as a column . on the other hand if we retrieve information from oslc by accessing the artiact url we are not able to get the section information. Is there any way to access the section information from oslc?
is it possible to use RPE for this?
3 answers

The Reportable REST API can provide the section in its results when you report on resources providing a moduleURI.
See here for the entry point to all APIs https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
See here for the DNG Reportable REST API (which is what RPE uses when generating reports) https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
One of the very convenient aspects of the Reportable REST API is that you can paste a URL into a browser address bar and see the results - there are no special headers needed, as long as you provide the configuration as a parameter at the end of the URL using ?oslc_config.context= followed by the URL encoded configuration URL.