cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/variables \ --header 'x-api-token: <api-key>'
{ "totalCount": 123, "edges": [ { "id": "<string>", "organisationId": "<string>", "type": "form-short-text", "name": "<string>", "label": "<string>", "maxValueOccurrences": 2, "isSingleOutputPerUser": true, "isImmutable": true, "useDefaultProfileValue": true, "placeholder": "<string>", "value": "<string>", "valueCaptureDate": "<string>", "valueValidationDate": "<string>", "prerequisiteVariableConfigIds": [ "<string>" ], "options": [ { "key": "<string>", "value": "<string>" } ] } ] }
Retrieve a paginated list of variables.
The language to return the variables in. If not provided, the default language for the organisation will be used.
1 <= x <= 100
x >= 0
Successful response
Show child attributes
Was this page helpful?