API Reference

Sections

Theme switcher

OrderByInput

OrderByInput

directionstring

Direction (ascending or descending) in which the list should sort. Default = ASC.

Enum values:
ASC
Sorts list in ascending order.
DESC
Sorts list in descending order.
fieldstring

Field parameter by which list should be sorted. Default = Default database sort parameter.

Enum values:
NAME
Sorts site list on the name field.
Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 { "direction": "ASC", "field": "NAME" }
Was this section helpful?

What made this section unhelpful for you?