How to get "configURI" of configuration using RQM REST API?
2 answers
Hi Andrew,
There could be more than one local stream for a given project area. So you would need some additional information to identify which of potentially several local streams you need. If you are looking for a global stream, there could be many that use a specific local stream. For any single browser tab, a user could have selected a global stream as the configuration context, and that might be different from that chosen in other browser tabs. So from a REST point of view, without some specific context, you really don't know which global stream applies. Some REST requests support an oslc_config.context header or query parameter that specifies such a configuration context. So if your automation is responding to such a request, perhaps it has that header or parameter.
Best regards,
David
David