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