Sorting
- "
name
": "field", the name of the key or data field to sort the results by. Note that this field can be any key field, specified in thesplit_by
POST argument, or one of the data fields specified by thedata_fields
POST argument (or any of the data fields if thedata_fields
POST argument is not specified). The default value is the first column with enabled percent. - "
mapping
": defines whether to sort bykey field ID
or bykey field mapping
. Possible values: (0 - sort bykey field ID
, 1 - sort bykey field mapping
). The default value is 0. - "
direction
": sort in the ascending or descending order, eitherASC
orDESC
. The default value isDESC
.