Lack of interest API filtering and sorting parameters

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Sim

Well-known member
Sometimes we want to retrieve a list of items via an API based on some criteria (other than the ID).

Rather than paging through a potentially large number of results and filtering at the calling end - it can be far more efficient to filter them when calling and returning only the desired subset of results.

The new v4 Linode API is a great example of this - their API endpoints are relatively simple - but they offer a global filtering and sorting mechanism (using an X-Filter header and JSON encoded parameters) which provides an incredible amount of power and flexibility in what results are returned.

Would be a great addition to the new REST API.
 
Upvote 6
This suggestion has been closed. Votes are no longer accepted.
Top Bottom