Query Preferences
Query user preferences for the logged in user
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/preferences
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
Responses
200
OK
Returns
Preferences
of type(s)
application/json;version=40.0
This response body class contains all of the following:
InlinePreferences0 ,
InlinePreferences1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"classifier": "string",
"name": "string",
"value": "string"
}
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/preferences
Deprecated
Availability
Added in 32.0
Deprecated in 40.0
With alternative: see
Use queryPreferencesVcf for full query standard adherence.
Preferences Operations
GET
Query Preference Definitions
GET
Get Preference Definition
GET
Query Preferences
Deprecated
GET
Query Preferences Vcf
GET
Get Preference
PUT
Update Preference
GET
Query User Preferences
GET
Get User Preference
PUT
Update User Preference