SortingΒΆ

Sort fields are defined on a per-endpoint basis. Multiple fields can be combined to achieve the expected sort order.

  • To sort in ascending order, simply specify the field in the sort parameter:
https://v2.api.uberflip.com/hubs?sort=id
  • To sort in descending order, add a minus (-) sign in front of the field name in the sort parameter:
https://v2.api.uberflip.com/hubs?sort=-id
  • To sort by multiple fields, separate them with a comma:
https://v2.api.uberflip.com/hubs?sort=-id,company_name,-created