Skip to main content

Get Classification's Attribute Allowed Values

GET 

/sites/:siteId/classifications/:classificationId/attributes/:key/allowedValues

Returns an attribute's allowed values that spans for a specific classifications and site schema

Request

Path Parameters

    siteId stringrequired

    Site Identifier

    classificationId stringrequired

    Classification Identifier

    key stringrequired

    Key Identifier

Query Parameters

    locale string

    Site Locale (ISO 639 / ISO 3166)

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    allowedValues string[]

    Attribute's allowed values

    localizedAllowedValues

    object

    property name* string
Loading...