- when:
- I issue a get request to api/collection to get the collection list
- add a parameter OrderBy: 'created'
- add a parameter sortOrder: 'asc' || 'desc'
- then:
- List is ordered by creation date, either ascending or descending (default)
- such that:
- the user can easily find the collection he is looking for
AT:
- the above described behavior is implemented
- the rest api documentation is adjusted accordingly
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...