JSON request body for object-based queries

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

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

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

For a complete list of objectProperty values, see Object properties.

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.