You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This enhancement simplifies the work for the UI
sort=name
which sorts in ascending order, adding a '-' sorts in descending order e.g.,sort=-name
/users?filter[status]=Remanded&filter[holding_location_id]=1
per_page=25
The text was updated successfully, but these errors were encountered: