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
}
]
}
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
}
]
}
The response is of type object
.