Skip to main content
GET
/
api
/
v1
/
Configuration
cURL
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
Nodes
object[] | null
Succeeded
boolean
Message
string | null
Code
string | null