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"
      }
    }
  ]
}

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_names to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/validate_field_names to the response with the 200 status

      response-optional-property-added

  • 5c298bd6421a44See the full diff
    • removed the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/enable_overrides from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/override_tags from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/enable_overrides from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/override_tags from the response with the 200 status

      response-optional-property-removed

    • added the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/curation_tags to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[MultiSearchSearchesParameter]/searches/items/allOf[MultiSearchParameters]/enable_curations to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/curation_tags to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/allOf[PresetUpsertSchema]/value/oneOf[SearchParameters]/enable_curations to the response with the 200 status

      response-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