How to set the page length to show 100 rows in api call. Now system showing only 20 rows.
api/v2/document/Item Group?limit_page_length=100&fields=[“item_group_name”,“name”,“image”]
How to set the page length to show 100 rows in api call. Now system showing only 20 rows.
api/v2/document/Item Group?limit_page_length=100&fields=[“item_group_name”,“name”,“image”]
Use limit instead of limit_page_length
in v1 it accepts both, but v2 only limit
v1
v2
Thanks for the information.