DNG Component Query
![]() HI,
I am looking for query capability for components in a given DNG Project Area. Can you please help with the REST / OSLC API details that will help me fetch this information ?
Regards
Satish Rajanna
|
One answer
![]()
Hi Satish,
Kindly perform the below steps for fetching the list of components for the project area.
1)First you need get the root services details by using the below URL:
https://[url]/rm/rootservices
2)To fetch the details of my projects
https://[url]/rm/oslc_rm/catalog.
3)To the details the components for the Project area. Use the below URL:
https://[url]/rm/rm-projects/[Project UUID]/components
Go through the below details for getting started with DNG API:
|