Sorting

You can sort by most attributes in ascending or descending order. If an attribute is not supported, the API will not ignore it and will reject the request instead.

Here's an example of how to list projects sorted by name

  • Ascending https://api.latitude.sh/projects?sort=name
  • Descending https://api.latitude.sh/projects?sort=-name