API V8 - Get Full records

Hi Everybody,

I am trying to get all leads module records using rest API v8 but it returns only some records. I have pass page number and page size but it nothing changes , i cannot read all records.

Thank you for your attention.

Hey there,

Are you still having issues with this?

If so, could you possibly pass over the GET call you used?


I have given it a try with a simple call:

http://localhost/71118/Api/V8/module/Contacts?page[number]=1&page[size]=50

and this appears to bring back 50 Contact Records

(info on the Page filter can be found here )