Query Preferences

Query Preferences

Query user preferences

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/preferences
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Preferences of type(s) application/json;version=37.0
This response body class contains all of the following: Page , InlinePreferences1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "classifier": "string",
            "name": "string",
            "value": "string"
        }
    ]
}