cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/variables \ --header 'Authorization: Bearer <token>'
{ "page": 1, "results": [ { "behaviour": "COPIED", "description": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "supportsDoubleResolution": true, "type": "NUMBER", "value": "<unknown>" } ], "size": 50, "total": 472 }
Get all project variables for a project
a valid bearer token
Project variables have been retrieved
The 0-indexed page number of the returned results.
1
Page of results or empty.
Show child attributes
The size of each page of results.
50
Total number of available results across all pages.
472
Was this page helpful?