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
David KaszyckiDavid Kaszycki 

Challenge with using REST API to GET Account Name

Hello - I am using GET/services/data/v47.0/sobjects/Account/{Id}  to get the account name of all of our Accounts in salesforce. I see that our total record count ("totalsize") is correct but when it provides the data on those records it is only showing roughly 1,000 records and not all the records it queried. Am I hitting a limit somewhere or do I need to modify what I am asking for somehow to display all the account names? 

Any help would be appreciated.

Thanks!