why is the parameter of pageSize available in report but not available in rest api view record ?
Here is example:
1. the parameter "
pageSize=4
"below is not available. the
json
return contain all records.
2.
the parameter "
pageSize=4
"
below is available. the view will only show 4 records.