OSLC Query or Rest API for fetching UUID of Stream and Baseline

3 answers

You can use an OSLC query capability for querying configurations. Discover them using the OSLC Service Provider Catalog for that application (which may be discovered from its rootservices document). You should be able to specify an
oslc.where
parameter to query on
dcterms:title
.
See:
https://docs.oasis-open-projects.org/oslc-op/core/v3.0/ps02/discovery.html
https://docs.oasis-open-projects.org/oslc-op/query/v3.0/ps01/oslc-query.html
https://oslc-op.github.io/oslc-specs/specs/config/oslc-config-mgt.html

Please have a look at https://github.com/jazz-community/dng-type-system-management
Comments

In general please do not hesitate to look into https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding by yourself, if you have a need to find out what APIs exist.