How to specify string in HTTP Call

Hi,
I am doing HTTP Call
to search for sheets that match the specified sheetName
. I have several sheets that were created by Smartsheet Control Center that contain the text "Master Schedule".
Query URL (pass): https://api.smartsheet.com/2.0/search?scopes=sheetNames&query="Master"
When I search for sheets containing the word "Master", this returns the list of "searched" sheets (pasting one such result from the array):
{
Β Β "contextData":["workspace > folder"],
Β Β "objectId":12345678,
Β Β "objectType":"sheet",
Β Β "text":"Master Schedule"
}
If I change the search query to "Master Schedule" instead, it does not return anything
Query URL (fail): https://api.smartsheet.com/2.0/search?scopes=sheetNames&query="Master Schedule"
How do I specify this search query? I tried all sorts of things like escaping quotes, but it did not work.
Regards,
AK
Answers
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives