GET
/
api
/
v1
/
Feature
/
{domain}
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Configuration/api/v1/Feature/{domain}
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Features": [
    {
      "FeatureId": "<string>",
      "Enabled": true
    }
  ]
}

Path Parameters

domain
string
required

Response

200 - application/json

The response is of type object.