curl --location --request GET '/api/services/app/DynamicEntityPropertyValue/GetAllDynamicEntityPropertyValues?EntityFullName=&EntityId='
{
"items": [
{
"dynamicEntityPropertyId": 0,
"propertyName": "string",
"inputType": {
"name": "string",
"attributes": {
"property1": null,
"property2": null
},
"validator": {
"name": "string",
"attributes": {
"property1": null,
"property2": null
}
}
},
"selectedValues": [
"string"
],
"allValuesInputTypeHas": [
"string"
]
}
]
}