Get a SavedSearchJson
/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectCriteria/{SavedSearchUuid}/enclosure/SavedSearchJson
Request
-
ObjectTypeCode(required): string
Specifies the Object type or category that is relevant in a given user context. For example Account, Contact, Lead, and so on.
-
SavedSearchUuid(required): string
The foreign key reference to the SavedSearchUUID of the Saved Search(zca_es_saved_searches) defined in Workspace.
There's no request body for this operation.
Back to TopResponse
- application/octet-stream
Default Response
string(binary)
Examples
The following example shows how to get a saved search json of a user context object type by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectConfigs/{DataSourceCode}/child/objectConfigDetails/{ObjectConfigDetailsId}/enclosure/SavedSearchJson
Example of Response Body
The following shows an example of the response body in JSON format.
{ "SortDate": "sysdate+2", "VCName": "AppointmentCriteriaVC" }