(POST /queries and GET /queries/<queryID>)
<query xmlns="http://www.sap.com/rws/sl/universe" id="string" dataSourceType="unv|unx" dataSourceId="integer"> <querySpecification version="1.0"> <queryOptions> <queryOption> <queryData> <resultObjects> <resultObject> <sortObjects> <sortObject> <filterPart> QueryFilters
QueryFilters stands for the filter conditions contained by the query. See the next sections for a detailed description of the query specification elements.
Element | Description |
---|---|
<querySpecification> | The query specification Attribute: version (1.0) |
<queryOptions> | The list of query options |
<queryData> | The objects used in the query as result, sort and filter objects. There is at least one <queryData> |
Attribute | Type or Value | Description |
---|---|---|
id | string | The query identifier |
dataSourceType | unv|unx | The universe type |
dataSourceId | integer | The universe identifier |