Clients can use PUT
with body that extends RestPageParameters to obtain a page with results:
{
"page": 0,
"rows": 5
}
The response extends RESTResultaat and has these common fields:
{
"totaal": 142,
"resultaten": [
{ <object 1> },
<...>
{ <object 5> }
],
"foutmelding": "error message"
}