Get Preference

Get Preference
Get specified user preference.

Get specified user preference.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/preferences/{classifier}
COPY
Path Parameters
string
classifier
Required

classifier


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Preference of type(s) application/json;version=9.1.0
{
    "classifier": "string",
    "name": "string",
    "value": "string"
}

404

Not Found

Operation doesn't return any data structure

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [{"type":"Classic"},{"type":"Modern"}]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/preferences/{classifier}