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
Ok for pagination, sort and metadata as query parameters, and criteria/data as body.
Supported parameters are:
top (int:maxElement)
skip (int:list offset)
sortFieldName (String : field name in camelCase to sort by)
sortDesc (boolean true/false)
In order to have a fonctionnal pagination, working the 'best' way, two things sould be done:
http://domain/entity/skip=20&perPage=10
{"name": "pierre", "age": 27}
The text was updated successfully, but these errors were encountered: