v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Smartfilters

Retrieve smartfilters

Retrieve a list of smartfilters.

get/api/v4/smartfilters

Response

A list of smartfilters.

iconstring
zindexinteger
idstring
metapropertiesstring[]

Example response

[
  {
    "icon": "fa fa-group",
    "labels": {
      "nl_NL": "Destinations",
      "en_US": "Destinations",
      "fr_FR": "Destinations",
      "de_DE": "Destinations"
    },
    "id": "00000000-0000-0000-0000000000000000",
    "metaproperties": [
      "00000000-0000-0000-0000000000000000"
    ]
  }
]