GET
/
api
/
v1
/
Configuration
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Configuration/api/v1/Configuration
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Nodes": [
    {
      "Name": "<string>",
      "Value": "<any>"
    }
  ]
}

Query Parameters

request
object

Response

200 - application/json

The response is of type object.