function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
iswarya sekar 7iswarya sekar 7 

BULK API cURL commands to GET 1Lakhs records from Account

curl "https://xxx.salesforce.com/services/data/v35.0/query/?q=SELECT+Id,+Name,+Phone+FROM+Account" -H "Authorization: Bearer <access token> "



But this only fetching 2000 records. I need all 1Lakhs records to be fetched. is there anyway?
iswarya sekar 7iswarya sekar 7
Can anyone please help me on this?