Saved Searches REST Endpoints
Saved Searches
The Saved Search REST APIs allow administrators to manage CPQ Quotes List Saved Searches using REST web services.
- Create a Saved Search
- Method: postPath:
/rest/v19/searchResources/{resourceVarName}
- Delete a Saved Search
- Method: deletePath:
/rest/v19/searchResources/{resourceVarName}/{searchId}
- Get a Saved Search
- Method: getPath:
/rest/v19/searchResources/{resourceVarName}/{searchId}
- Get Saved Searches
- Method: getPath:
/rest/v19/searchResources/{resourceVarName}
- Update a Saved Search
- Method: patchPath:
/rest/v19/searchResources/{resourceVarName}/{searchId}
- Update Saved Search Access Permissions
- Method: postPath:
/rest/v19/searchResources/{resourceVarName}/accessSavedSearches
- Update Site Default Saved Search
- Method: postPath:
/rest/v19/searchResources/{resourceVarName}/entityPreferenceForSite
- Update User Default Saved Search
- Method: postPath:
/rest/v19/searchResources/{resourceVarName}/entityPreferenceForUser