This enhancement simplifies the work for the UI
- 50 records will be returned per page
- Sorting will be by field, sent as a request parameter for example
sort=name which sorts in ascending order, adding a '-' sorts in descending order e.g., sort=-name
- Filtering is done by an array
/users?filter[status]=Remanded&filter[holding_location_id]=1
- To change the number of records in the page use the per_page query parameter e.g.,
per_page=25