Get Classification
GET/sites/:siteId/classifications/:classificationId
Get Classification
Request
Path Parameters
Site Identifier
Classification Identifier
Query Parameters
Site Locale (ISO 639 / ISO 3166)
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
Array [
]
Array [
]
Array [
]
classification
object
Name of Classification
Inserted Timestamp
attributes
object
compositeKeys
object[]
List of Composite Keys
required
object[]
List of Required Attributes
The minimum number of attribute values
The maximum number of attribute values
Default value
Default values
Only valid string values
localizedAllowedValues
object
optional
object[]
List of Optional Attribute
The minimum number of attribute values
The maximum number of attribute values
Only valid string values
localizedAllowedValues
object
true
{
"classification": {
"name": "string",
"userId": "string",
"insertedDate": "string",
"attributes": {
"compositeKeys": [
{
"attributeKeys": [
"string"
]
}
],
"required": [
{
"attributeKey": "string",
"minNumberOfValues": 0,
"maxNumberOfValues": 0,
"defaultValue": "string",
"defaultValues": [
"string"
],
"allowedValues": [
"string"
],
"localizedAllowedValues": {}
}
],
"optional": [
{
"minNumberOfValues": 0,
"maxNumberOfValues": 0,
"attributeKey": "string",
"allowedValues": [
"string"
],
"localizedAllowedValues": {}
}
],
"allowAdditionalAttributes": true
}
}
}