Get a SavedSearchJson

get

/crmRestApi/resources/11.13.18.05/userContextObjectTypes/{ObjectTypeCode}/child/objectCriteria/{SavedSearchUuid}/enclosure/SavedSearchJson

Get a SavedSearchJson

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : schema
Type: string(binary)
Back to Top

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"
}
Back to Top