Get all global variables
GET {{baseUrl}}/api/v1/synthetics/variables
Get the list of all Synthetic global variables.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"variables":[{"description":"Example description","name":"MY_VARIABLE","tags":["team:front","test:workflow-1"],"value":{"secure":true,"value":"value"},"attributes":{"restricted_roles":["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"]},"id":"eu do","parse_test_options":{"type":"http_body","field":"content-type","localVariableName":"LOCAL_VARIABLE","parser":{"type":"regex","value":".*"}},"parse_test_public_id":"abc-def-123"},{"description":"Example description","name":"MY_VARIABLE","tags":["team:front","test:workflow-1"],"value":{"secure":true,"value":"value"},"attributes":{"restricted_roles":["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"]},"id":"ea consectetur irure elit veniam","parse_test_options":{"type":"http_body","field":"content-type","localVariableName":"LOCAL_VARIABLE","parser":{"type":"regex","value":".*"}},"parse_test_public_id":"abc-def-123"}]}