get https://rls.congacloud.com/api/search/v1/setting/
Retrieves the search setting by object name.
Log in to see full request history
Responses
400Bad Request
404Not Found
500Internal Server Error
Retrieves the search setting by object name.
400Bad Request
404Not Found
500Internal Server Error
xxxxxxxxxx
curl --request GET \
--url https://rls.congacloud.com/api/search/v1/setting/objectName \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"Success": true,
"Data": {
"ObjectName": "SampleObjectName",
"EnableAllSearchFields": false,
"SearchFields": [],
"TypeAheadFields": [
{
"FieldName": "TypeAheadFieldName"
}
],
"SelectFields": [
{
"FieldName": "SearchField"
}
],
"IgnoreFields": [],
"PriorityFields": [
{
"FieldName": "PriorityField",
"Priority": 1
}
],
"Id": "397b7fcc-8b4c-4295-b26e-efa96d396042",
"Name": "SampleName",