Parameterized Search
GET {{_endpoint}}/services/data/v{{version}}/parameterizedSearch/?q
Executes a simple RESTful search using parameters instead of a SOSL clause. Indicate parameters in a URL in the GET method. Or, use POST for more complex JSON searches.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | null | A search string that is properly URL-encoded |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |