123
Filter variables. Only variables matching all criteria will be returned
Show child attributes
Operator for combining filter criteria. Defaults to 'and_'.
and_
or_
Filter criteria for Variable.id
Variable.id
A list of variable ids to include
Filter criteria for Variable.name
Variable.name
A list of variables names to include
A string to match variable names against. This can include SQL wildcard characters like % and _.
%
_
"my_variable_%"
Filter criteria for Variable.tags
Variable.tags
A list of tags. Variables will be returned only if their tags are a superset of the list
["tag-1", "tag-2"]
If true, only include Variables without tags
Successful Response
The response is of type integer.
integer
Was this page helpful?