The Schema and Entities APIs now support alphabetical sorting using the query parameters sort, order, and sortCulture. This allows you to sort results by fields such as Name, Id, or CreatedOn, and apply culture-aware sorting when working with string values.
If you specify a field that does not allow sorting, or use order or sortCulture without sort, the API will return results in the default order.