Get Preference Definition
DescriptionGet specified preference definition.
Request
URLURL
Path Parameters
Path Parameters
Authentication
Response
Response BodyResponse Body
200 OK
{
"allowedValues": [
"string"
],
"classifier": "string",
"constrained": false,
"dataType": "BOOLEAN",
"defaultValue": "string",
"description": "string",
"id": "string",
"maxValue": 0,
"minValue": 0,
"name": "string"
}
unique indetifier for this preference definition. It should be of type
true if user preference is selected from list of values (dataType should be number or string), false otherwise. This is immutable.
user preference value data type. This is immutable.
Possible values are: BOOLEAN , INTEGER , STRING
Display name.
array of allowed values to select from when constrained is true.. This is immutable after creation.
Description for user preference
UUID for preference definition. This is immutable.
maximum value for user preference. Only valid if user preference type is number. This is immutable.
minimum value for user preference. Only valid if user preference type is number. This is immutable.
Errors
Not Found