API available to get Module Ids from a stream or Requirement Collection?
We are looking for an api to get all the module ids from a stream or requirement collection . We tried https://<server>:<port>/rm/publish/resources?resourceURI=<GUID> . Unfortunately it doesn't provide module URI
Also tried https://<server>/rm/publish/modules?projectName=Test%20Project. It just produce a single line data source name. Is there any API available to extract Module details?
One answer
This provides a list of APIs that are available:
For DNG there is a couple of APIs available, including a module API. I do not know all APIs and how to access specific data, so you would have to go through the APIS e.g. ReportableREST, OSLC, Server API, Client Extension API and find out what might be the best fit. You might need more than one API and you might require more than just one request to get what you need.