DNG API Query not returning data for some views.
We have a module with data that has multiple different views. When I input the query into the browser for some views, it returns the XML format with all of the data from the module. On some views it doesn't return and of the data.
The query format i'm using is:
"base URL"/rm/publish/resources?moduleURI="module URI"&oslc_config.context="streamURL"&viewURI="view URI"
It seems that the Views that have a certain filter applied to it are the ones that do not show. Is there a fix or known issue about this. Or am i doing something wrong?
The reason I'm looking at the xml output of it is because when we tried to run an RPE template on some of the views none of the data was populated.
One answer
Hi Logan
I can't confirm this at the moment, but I seem to recall that for the DOORS Next Reportable REST API that you're using, the view has to be a module-local view, i.e. it can't be one shared across modules of that type. Would that explain why you can't report some views?
- DOORS Next Reportable REST API https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
- Custom RPE report templates based on DN module views https://jazz.net/wiki/bin/view/Main/DNGModuleViewExternalRequest
HTH
Ian