Paging
4Comply provides a Sieve interface for paging, sorting, and filtering values.
Paging functionality can be used in the following requests:
To page, send query parameters “page” and “pageSize” as shown in the documentation. You will receive the following Response Headers, which can be used in your application to assist paging through values:
- total - total number of rows
- page - the page number that was sent
- pagesize - number of values per page
- pages - number of pages at this size
Sorting & Filtering
Sorting and FIltering Functionality can be used in the following requests:
POST /bulkrequest/citizens/permission/downloadPOST /bulkrequest/citizens/legalactivity/downloadPOST /bulkrequest/citizens/legalactivityerror/downloadPOST /bulkrequest/citizens/consent/download
Please review the Sieve documentation for specifics on sorting and filtering.