Get Attribute Allowed Values
GET/attributes/:key/allowedValues
Returns an attribute's allowed values that spans across all classifications and site schema
Request
Path Parameters
key stringrequired
Key Identifier
Query Parameters
siteId string
Site Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
allowedValues string[]
Attribute's allowed values
localizedAllowedValues
object
property name* string
{
"allowedValues": [
"string"
],
"localizedAllowedValues": {}
}
Loading...