Sorting
Most API calls support sorting, which allows you to sort the results by any of the properties of the item being requested. For example, you can use the following syntax to sort a list of files in a production by creation date in descending order:
GET /api/production/12345/file?sort=created desc