How to use normal filter for pageSize/currentPage in Magento2 Rest API ?
Hi All ,
For pageSize you have to use as a normal filter. You have to add a filter as a child of Action Filter.Use below syntax :
nf{pageSize}nf
As per your requirement set a Value for filter . I have set 1 value.
Leave a reply