v1
latestOpenAPI 3.1.02026-07-2419603.1 MBList of variables
JSON API compatibility divergence
Filters
In JSON API standard (https://jsonapi.org/recommendations/#filtering) one can request elements with multiple filter values by simply providing them separated by coma:
variables?filter[variable_type]=url,constant
This notation will not work here. You can achieve this functionality by providing multiple filters for the same parameter:
variables?filter[variable_type][]=url&filter[variable_type][]=constant
Query parameters
Limits the number of returned items
Sets offset for list of items
Filter variable name attribute
Variable type
Filter variable with type
Filter variable with builtin attribute
Filter variables that have (or don't have) unrecognized variables in their value
Filter variables that are not used anywhere (in tags, triggers, or other variables)
Comma-separated sort list with given attributes: name, variable_type, created_at, updated_at
Response
List of variables