Sorting

Where allowed, a route can have sortBy passed with a list of fields to sort by. For each allowed field a - before the field name will denote DESC sort. The default sort is ASCENDING. The below example will sort by startTimeUTC "descending" then fixtureNumber "ascending":

?sortBy=-startTimeUTC,fixtureNumber

Last updated

Was this helpful?