-
Using SOQL queries in REST API request - Salesforce
Hi everybody,
I am trying to fetch Accounts from another salesforce org by using a httprequest instance. I have obtained the security token from the other org , my code extract for the query is as follows:
{httprequest req = new httprequest();
http testHttp = new http();req.setMethod('GET');
req.setEndPoint('https://ap2.salesforce.com/services/data/v38.0/query/?q=SELECT id,Name FROM Account');
req.setHeader('Authorization','OAuth *Here is the token*');
HttpResponse res = testHttp.send(req); }But it is giving me Error Code: 400
Any suggestions?? Thanks
Log In to reply.
Popular Salesforce Blogs
![Data Import in Salesforce](https://images.forcetalks.com/wp-content/uploads/2021/09/27150205/Data-Import-in-Salesforce.jpg)
Data Import in Salesforce - A Brief Guide
If you want to import any external data into Salesforce, you can perform this activity with the help of Data Import. Data import support .csv…
![](https://images.forcetalks.com/wp-content/uploads/2023/09/17103614/Blog-banner-Sep-2022-2023-10-17T160559.289.png)
The Ultimate Guide To Permission Sets, Permission Set Groups, And Profiles In Salesforce
Introduction In the intricate world of Salesforce, the management of user access and permissions plays a pivotal role in data security and operational efficiency. Salesforce…
![What is the Search Box In Aura Component?](https://images.forcetalks.com/wp-content/uploads/2023/04/06053508/Blog-banner-Sep-2022-2023-04-06T110458.426.png)
What is the Search Box In Aura Component? | The Developer Guide
A search box in an Aura component is a user interface element that allows users to input text and search for relevant information within the…
Popular Salesforce Videos
Is Salesforce A Good Career In 2022?
Wondering whether Salesforce is a good career or not? Still have some doubts about it. Watch this video and join this useful group for Salesforce…
How to Create a Free Developer Account in Salesforce?
There are many ways of creating a Salesforce account without investing a single rupee or a dollar with the developer’s edition and working on the…
Salesforce Nonprofit Success Pack Implementation Guide
There are so many things to consider when using Salesforce Nonprofit Success Pack for your nonprofit organization that it can be tricky to know where…