Passa al contenuto principale

Sorting

Defines the subscriber source attribute that is to be used for sorting a list and the sort order.

AttributesTypeDescriptionOptionalDefault
sortFieldxs:stringThe sorting attribute name.Yes
sortOrderxs:stringThe sorting order.No“desc”

The sortOrder attribute must be:

  • desc Descending sort.
    or:
  • asc Ascending sort.