PreferenceDefinitions
PreferenceDefinitions
A list of preference definitions
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"classifier": "string",
"dataType": "string",
"constrained": false,
"minValue": "number",
"maxValue": "number",
"defaultValue": "string",
"allowedValues": [
"string"
]
}
]
}