Search Variables

The Search Variables API can be used to get information about your variables.

Body Params

Request Body

number
1 to 100
Defaults to 20

Number of entities to return. Used for pagination implementation. If no value is provided used default 20. Max 100.

number
≥ 0

Number entities to skip. Useful for pagination implementation. Only works if count param is passed

string
enum

Field to sort by

Allowed:
string
enum

Direction of sort results. asc or desc

Allowed:
string

Search query to perform

boolean

Return only standard variables.

boolean

Return only custom variables.

string

Find variable by ID.

ids
array of strings

Find variables by IDs.

ids
string

Find variables by system name.

systemNames
array of strings

Find variables by system names.

systemNames
string
enum
deprecated

Filter variables by string format.

Allowed:
string
enum
deprecated

Filter variables by number format

Allowed:
enum

Filter variables by data type.

excludeDataTypes
array of strings

Exclude variables by data type.

excludeDataTypes
enum

Filter variables by visual data type.

Created date from which to filter variables.

Created date to which to filter variables.

Updated date from which to filter variables.

Updated date to which to filter variables.

teamMembersIds
array of strings

Filter variables updated by team members.

teamMembersIds
boolean

Flag to exclude archived variables.

boolean

Flag to exclude variables that depend on other variables.

Headers
string
enum
Defaults to 2024-02-26
Allowed:
Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json