Returns the query specification of a query statement created in an instance of the open session.
GET /queries/<queryID>
Request type: application/xml
Response type: application/xml
Response body: see query specification body schema
GET /queries/6089913651317040730
<query xmlns="http://www.sap.com/rws/sl/universe" id="6089913651317040730" dataSourceType="unx" dataSourceId="5808"> <querySpecification version="1.0"> <queryData> <resultObjects> <resultObject path="Customer|folder\Geography|folder\City|dimension" id="_IBo8L7IhEeCk0Ylv-tlF2Q"/> <resultObject path="Customer|folder\Customer|dimension" id="_IBo8OrIhEeCk0Ylv-tlF2Q"/> <resultObject path="Inventory|folder\Stock Level|measure" id="_IB8eFrIhEeCk0Ylv-tlF2Q"/> </resultObjects> </queryData> </querySpecification> </query>