salesforcer (version 1.0.1)

make_parameterized_search_url: Parameterized Search URL Generator

Description

Parameterized Search URL Generator

Usage

make_parameterized_search_url(search_string = NULL, params = NULL)

Arguments

search_string

character; a valid string for conducting a simple RESTful search using parameters instead of a SOSL clause.

params

list; a list of other values to populate in the URL query string to further restrict the search

Value

character; a complete URL (as a string) that has applied the proper escaping and formatting for the search specified by the function inputs.

References

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_search_parameterized.htm