How to get ALL records using REST API sObject Resources in Salesforce? December 19, 2019June 9, 2022InfallibleTechie Admin URL should be like below https://your_instance_URL/services/data/v46.0/query/?q=SELECT+Id+,+Name+from+Account HTTP Method should be GET. Note: Don’t use the above one from an object where it has tons of data.