v1

latestOpenAPI 3.0.3GPL-3.02026-07-177978150.2 KB
presets

Retrieves a preset.

Retrieve the details of a preset, given it's name.

get/presets/{presetId}

Path parameters

presetIdstring required

The ID of the preset to retrieve.

Response

Preset fetched.

namestring required

Example response

{
  "value": {
    "filter_by": "num_employees:>100 && country: [USA, UK]",
    "sort_by": "num_employees:desc",
    "synonym_sets": "synonym_set_1,synonym_set_2"
  }
}