Sorting
List
requests, the API supports sorting the response based on predefined system fieldssort=field_name
in the request-
sign before sortable field like sort=-field_name
Example :
sort=created_at
, API will return oldest created to newest created.sort=-created_at
, API will return newest created to oldest created.Modified at 2023-10-29 22:04:15