Newer Version Available
Unified Object Search Config Metadata Result
- JSON example
-
1{ 2 "definitions": [ 3 { 4 "aggregatableFields": [ 5 { 6 "field": "DealerLocation", 7 "label": "Dealer Location" 8 } 9 ], 10 "filters": [ 11 { 12 "domain": "", 13 "field": "vin", 14 "label": "VIN", 15 "options": [], 16 "sourceField": "", 17 "sourceRecordTypeId": "", 18 "type": "Text" 19 }, 20 { 21 "domain": "", 22 "field": "", 23 "label": "Distance", 24 "options": [ 25 { 26 "5mi": "5 miles" 27 }, 28 { 29 "10mi": "10 miles" 30 } 31 ], 32 "sourceField": "", 33 "sourceRecordTypeId": "", 34 "type": "Distance" 35 } 36 ], 37 "fullName": "VehicleInventorySearch", 38 "masterLabel": "Vehicle Inventory Search", 39 "sortableFields": [ 40 { 41 "field": "distance", 42 "label": "Distance" 43 }, 44 { 45 "field": "account", 46 "label": "Account" 47 } 48 ] 49 } 50 ], 51 "errors": [] 52}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Timeline Error | Details of the error message returned if the request failed to retrieve the search configuration metadata. | Small, 58.0 | 58.0 |
| searchCriteriaConfigurationList | Unified Object Search Config Metadata | Search criteria configurations to retrieve the definitions. | Small, 58.0 | 58.0 |
| status | String | Indicates whether the request succeeded (true) or failed (false). | Small, 58.0 | 58.0 |