REST API: how to get next entry_list of records with get_entry_list API

Hi,

I am using rest api cal to get list of records from suitecrm. there are 1527 records in the system. but when i run the api call it only give me first 20 records. so can you help me how to get the next pagination of the records in the response api.

object(stdClass)#16 (5) {
[“result_count”]=>
int(20)
[“total_count”]=>
string(4) “1527”
[“next_offset”]=>
int(20)
[“entry_list”]=>
array(20) {
[0]=>
}

Hi,
you must give offset value :

offset Integer The record offset from which to start.

https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.7/Application_Framework/Web_Services/Method_Calls/get_entry_list/index.html