DataSetQueryCriteriaFilters
The filter option criteria to filter results by in a data set 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": [
"q1g3J",
"ufp2K"
],
"notIn": [
"ksrK9",
"s1J8a"
]
}