It's all about the answers!

Ask a question

APIs for RDNG


KT PD (597) | asked Dec 07 '21, 2:31 a.m.

 Hi Team,


I am able to work with API's with RTC. 
Now, I want to fetch the data in DNG project like Module name, Requirements etc. using APIs .
How can I do that ? Please guide me on the same. (Version: 6.0.6.1)

Thanks,
Ketaki

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered Dec 07 '21, 3:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 This is our API Landing page, that references the APIs that are available for the products: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding


Note that the internal APIs are not referenced there. For some things there is no public 
API available.


permanent link
KT PD (597) | answered Dec 14 '21, 5:47 a.m.

 Hi Team,



As per the answer given above,I am using Postman to fetch data  from RDN 6.0.6.1.  I am able to fetch the rootservices, catalog and service.xml for particular project.
Below is the service.xml, I have found.



<?xml version="1.0" encoding="UTF-8"?>



-<oslc_rm:links>


-<oslc_rm:LinkCreationServices>



</oslc_rm:LinkCreationServices>

</oslc_rm:links>


-<oslc_rm:collections>


-<oslc_rm:CollectionSelectionDialog>

<oslc_rm:heightHint>550px</oslc_rm:heightHint>

<oslc_rm:widthHint>800px</oslc_rm:widthHint>


<dc:title xmlns:dc="http://purl.org/dc/terms/">Collection Selection</dc:title>

</oslc_rm:CollectionSelectionDialog>

</oslc_rm:collections>


-<oslc_rm:requirements>


-<oslc_rm:SelectionDialog>

<oslc_rm:heightHint>550px</oslc_rm:heightHint>

<oslc_rm:widthHint>800px</oslc_rm:widthHint>


<dc:title xmlns:dc="http://purl.org/dc/terms/">Requirement Selection</dc:title>

</oslc_rm:SelectionDialog>

</oslc_rm:requirements>

<dc:description xmlns:dc="http://purl.org/dc/terms/">Service Descriptor for Project: New Test and Training Area</dc:description>

<dc:title xmlns:dc="http://purl.org/dc/terms/">New Test and Training Area</dc:title>

</oslc_rm:ServiceDescriptor>


but its showing blank page on web browser too. Can you please help me that how can I fetch requirements, ids, sections etc. through postman.

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.