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
Munira MajmundarMunira Majmundar 

API Basics Module, stuck on the Explore Query section. Please help

The module says....
Replace the text in the URI text box with the following text: /services/data/vXX.0/query/?q=SELECT+Name+From+Account+WHERE+ShippingCity='San+Francisco', where XX maps to the API version you’re using.

I am on the GET Radio Button

I replaced the text with  /services/data/vXX.0/query/?
But, where do I start writing    q=SELECT......
Best Answer chosen by Munira Majmundar
YiQin HeYiQin He
Hi Munira,

It's actually one sentence.
/services/data/vXX.0/query/?q=SELECT+Name+From+Account+WHERE+ShippingCity='San+Francisco',

All Answers

YiQin HeYiQin He
Hi Munira,

It's actually one sentence.
/services/data/vXX.0/query/?q=SELECT+Name+From+Account+WHERE+ShippingCity='San+Francisco',
This was selected as the best answer
Munira MajmundarMunira Majmundar
I tried.. it gives me error :(
 
Munira MajmundarMunira Majmundar
Thanks @yiqin he .. it worked!!!
YiQin HeYiQin He
A mistake, remove the comma at end.