cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/variables/{variableName}/environment-overrides \ --header 'Authorization: Bearer <token>'
{ "overrides": [ { "environmentName": "<string>", "value": "<unknown>" } ], "variable": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "type": "NUMBER" } }
Get all environment-level overrides for a given project variable
a valid bearer token
255
^(?!\$$)[a-zA-Z_$][a-zA-Z0-9_$]*$
^$|^(?!-)[\w() -]{1,255}(?<!-)$
Project variable environment overrides have been retrieved
Show child attributes
Was this page helpful?