curl --location --request GET '/api/services/app/Tenant/GetTenantFeaturesForEdit'
{
"featureValues": [
{
"name": "string",
"value": "string"
}
],
"features": [
{
"parentName": "string",
"name": "string",
"displayName": "string",
"description": "string",
"defaultValue": "string",
"inputType": {
"name": "string",
"attributes": {
"property1": null,
"property2": null
},
"validator": {
"name": "string",
"attributes": {
"property1": null,
"property2": null
}
},
"itemSource": {
"items": [
{
"value": "string",
"displayText": "string"
}
]
}
}
}
]
}