XML request body for object-based queries

The XML request body for an object-based query must contain a top-level queryRequest entry, an object entry, and a query entry. All other entries are optional.

The XML request body for an object-based query has the format shown below. The entries under object can be specified in any order.

<queryRequest>
    <object>
         <query>
query-expression</query>
         <contentProperties>
(true|false)</contentProperties>
         <count>
number-of-results</count>
        <facets>
comma-separated-list-of-facets</facets>
         <objectProperties>
comma-separated-list-of-properties
         </objectProperties>
        <offset>
number-of-results-to-skip</offset>
        <sort>
object-property[+(asc|desc)][,.object-property
            [+(asc|desc)]]....</sort>
        <verbose>
(true|false)</verbose>
    </object>
</queryRequest>

For a complete list of object properties, see Object properties.

Trademark and LegalDisclaimer

© 2015 Hitachi Data Systems Corporation. All rights reserved.