It's all about the answers!

Ask a question

How to get primary text for DOORS Next artifact revision using RPE?


Robert Huet (23113984) | asked May 27 '16, 11:29 a.m.
edited May 27 '16, 11:31 a.m.
How can I get the primary text for an artifact's prior revision using RPE?  The "resources" and "revisions" REST API calls return direct links to the web page for a prior revision, but I need to be able to construct a dynamic data source in RPE.

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k16) | answered May 27 '16, 12:58 p.m.
I am afraid you cannot get this as DNG does not support the filter by revision. https://server:port/rm/publish/resources?resourceURI=_KtfbV55xEeSkVYJ_aOdUAg&revision=_KtfbWp5xEeSkVYJ_aOdUAg always gives latest vale.

However you can report on baselines as explained in https://rpeactual.com/2014/08/06/producing-documents-from-dng-module-baselines
Robert Huet selected this answer as the correct answer

One other answer



permanent link
Mark McLaughlin (4667) | answered Jun 16 '22, 3:06 a.m.
Maybe that used to be the case but not any more. I'm on DNG 7.0.2

For an artifact like this:

https://server:port/rm/publish/resources?resourceURI=TX_hy4XteU-Eeuk4MFGh6UdSA

A collections of revisions can be selected like so (note publish/revisions instead of publish/resources) :

https://server:port/rm/publish/revisions?resourceURI=TX_hy4XteU-Eeuk4MFGh6UdSA

That returns all the revisions for that resource. In the collection of revisions there is:
<revision:title>
https://server:port/rm/resources/TX_hy4XteU-Eeuk4MFGh6UdSA?revision=_XNo2kOhdEey5-LJFejL_LQ
</revision:title>


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.