It's all about the answers!

Ask a question

RPE Doors NG view


Robert Szekely (112) | asked Oct 07 '16, 6:44 a.m.
edited Oct 07 '16, 6:45 a.m.
Hello,

I would like to make a report from DNG module view with RPE.
I am using this url to access the view:
https://server:port/rm/publish/resources?viewName=name1&projectURI=id2&moduleUri=id3

It returns the artifacts but also all attributes. and here is the problem:
I want only those attributes which are defined in the view header.

I have found a topic with the same question but there is no solution.
Link

One answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Oct 20 '17, 5:04 a.m.

In DNG 6.0.4 or later versions, requests against "views" artifact format are supported in following formats:

https://server:port/rm/publish/views?moduleURI=https://server:port/rm/resources/_YbK4wd6IEeaEaOW7hUvrNQ&viewURI=https://server:port/rm/views/_iRsR8d6IEeaEaOW7hUvrNQ&projectURI=server:port/rm/process/project-areas/_uxdv8N3FEeaRC8I0G_Qhlg
or
https://server:port/rm/publish/views?moduleURI=_YbK4wd6IEeaEaOW7hUvrNQ&viewURI=_iRsR8d6IEeaEaOW7hUvrNQ&projectURI=_uxdv8N3FEeaRC8I0G_Qhlg

moduleURI, viewURI and projectURI are the minimal parameters needed to execute the request.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.