Get Preference
Get specified user preference.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/preferences/{classifier}
COPY
Path Parameters
string
classifier
Required
classifier
Responses
200
OK
Returns
Preference
of type(s)
application/json;version=39.1
{
"classifier": "string",
"name": "string",
"value": "string"
}
string
classifier
Required
unique indetifier for this preference definition. It will be of type
string
name
Required
Display name. This is same as preference definition name and is immutable.
string
value
Required
Value for user preference.
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/preferences/{classifier}
Availability
Added in 32.0
Preferences Operations
GET
Query Preference Definitions
GET
Get Preference Definition
GET
Query Preferences
GET
Get Preference
PUT
Update Preference