Skip to main content
GET
/
api
/
v1
/
Viewer
/
ViewerVariables
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/ViewerVariables
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Variables": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "DefaultValue": "<string>"
    }
  ],
  "Values": [
    {
      "Id": "<string>",
      "VariableId": "<string>",
      "DestinationId": "<string>",
      "Value": "<string>"
    }
  ]
}

Response

200 - application/json
Variables
object[] | null
Values
object[] | null
Succeeded
boolean
Message
string | null
Code
string | null