Filtering and Sorting

All top-level API resources have support for sorting and filtering through “list” API methods.

These list API methods share a common structure and accept the following :

_sort : optional, sort by fields (createdAt, updatedAt etc...)
_order: optional, asc|desc , default is "desc"

You may want to filter results on a specific resource property, the filters can accept multiple values, e.g. :

?status=draft
?status[]=draft&status[]=accepted