Table of contents

Description

The order object is responsible for sorting the search result.

Structure

Key JSONKey XMLOccursFormatTypDescription
keykey0 - 1string

Keyword to be sorted by.

typemode0 - 1 enum

OrderType

Sort order.

Example

    "orders": [
        {
            "key": "created",
            "type": "ASC"
        }
    ]
<order>
    <key>created</key>
    <mode>asc</mode>
</order>