Skip to main content

DataSetGetQueryFilters

The filter option criteria to filter results by in a data set GET query.

Properties

Property Type Required Description
eq string false

Filter the results to have a filter option matching this ID.

notEq string false

Filter the results to not have a filter option matching this ID.

in array (string) false

Filter the results to have a filter option matching at least one of these IDs.

notIn array (string) false

Filter the results to not have a filter option matching any of these IDs.

Example schema

{
  "eq": "pVAkV",
  "notEq": "wUzft",
  "in": [
    "n0WqP",
    "3dCWP"
  ],
  "notIn": [
    "RMxeh",
    "wUzft"
  ]
}