How to access DNG data from a respective stream using API or OSLC
One answer
Hi Pankaj,
You can specify the stream URI in the request to scope the request. Whether you're using the reportable REST API or the OSLC API, you can specify the stream by providing the configuration context.
Example using Reportable REST API:
GET: https://clmweb.ibm.com/rm/publish/text?resourceURI=https://clmweb.ibm.com/rm/resources/_lXetkWNjEee4J4vrVhDn6g&oslc_config.context=https://clmweb.ibm.com/rm/cm/stream/_jLcT0WNjEee4J4vrVhDn6g
Example using OSLC API:
GET: https://clmweb.ibm.com/rm/resources/_lXetkWNjEee4J4vrVhDn6g
Headers:
OSLC-Core-Version: 2.0
Accept: application/rdf+xml
oslc_config.context: https://clmweb.ibm.com/rm/cm/stream/_jLcT0WNjEee4J4vrVhDn6g
Hope it helps,