Filtering
Several endpoints support filtering to allow you to retrieve only the data you need. For example, you can filter servers by name:Individual endpoints may support filtering on different fields. Check the documentation for the specific endpoint you are working with.
Sorting
You can sort the results of an endpoint by passing thesort
parameter. You must provide a comma-separated list of fields to sort by.
-
):
Individual endpoints may support sorting on different fields. Check the documentation for the specific endpoint you are working with.