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

Response

200 - application/json

The response is of type object.