No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
文字列を検索する
SOSL 検索を実行するには、Search リソースを使用します。
次の例では、{test} の SOSL 検索を実行します。この例の検索文字列は URL 符号化されている必要があります。
- 使用例
1curl https://na1.salesforce.com/services/data/v20.0/search/?q=FIND+%7Btest%7D -H "Authorization: Bearer token"- リクエストボディの例
- 不要
- レスポンスボディの例
1[ 2 { 3 "attributes" : 4 { 5 "type" : "Account", 6 "url" : "/services/data/v20.0/sobjects/Account/001D000000IqhSLIAZ" 7 }, 8 "Id" : "001D000000IqhSLIAZ" 9 }, 10 { 11 "attributes" : 12 { 13 "type" : "Account", 14 "url" : "/services/data/v20.0/sobjects/Account/001D000000IomazIAB" 15 }, 16 "Id" : "001D000000IomazIAB" 17 } 18]