how can we access the Test Environment from Test plan (RQM) using RPE, what is the URI to access the Test Environment section
Accepted answer
Test Environments are exposed as "configuration" resource in RQM REST API.
To get the Test Environment section from test plan, you should use the query testplan/configuration. From this query, you can get only the URL of the test environment. You should use another data source (that is dynamically configured using Data Source Configuration element in RPE) with its URI property set to testplan/configuration/href.
From this data source, you should be able to print Test Environment name (configuration/title) and other details.