English
API Reference
cURL
curl --request POST \ --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/ViewerVariables/Import \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file
{ "Succeeded": true, "Message": "<string>", "Code": "<string>", "ImportID": "<string>", "Variables": [ { "Id": "<string>", "Name": "<string>", "Description": "<string>", "DefaultValue": "<string>", "NewDescription": "<string>", "NewDefaultValue": "<string>", "IsDeleted": true, "IsNew": true } ], "Values": [ { "Id": "<string>", "VariableId": "<string>", "DestinationId": "<string>", "Value": "<string>", "NewValue": "<string>" } ] }
1
Show child attributes