presets
Retrieves all presets.
Retrieve the details of all presets
get/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"
}
}
]
}