Fields are composed from a list of record id "." field id in a knowledge model.
Example: fields=record.active,record.approval
page
integer >= 0
Default: 0
The page number of the result, starting by 0 (first page)
pageSize
integer >= 1
Default: 50
The number of items returned in a page.
sort
Array of strings
Defines the strategy for sorting. Must be a comma separated list of record_id "." field_id, and should start with "+" to apply ASC order or "-" to apply DESC order. Fields with no prefix will be sorted as ASC. Non existing records or fields in the header will throw an error.