Getting the Details of a Query

Usage

Returns the query specification of a query statement created in an instance of the open session.

Request

GET /queries/<queryID>

Request type: application/xml

Response

Response type: application/xml

Response body: see query specification body schema

Example

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>