Retrieves all presets.
Retrieve the details of all presets
Response
Presets fetched.
Example response
{
"presets": [
{
"value": {
"filter_by": "num_employees:>100 && country: [USA, UK]",
"sort_by": "num_employees:desc",
"synonym_sets": "synonym_set_1,synonym_set_2"
}
}
]
}Changes
Changed in 4 of the 9 revisions of this API.147
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/validate_field_namesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/validate_field_namesto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/enable_overridesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/override_tagsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/enable_overridesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/override_tagsfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/curation_tagsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/enable_curationsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/curation_tagsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/enable_curationsto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 52 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲