Data Model
Provide a single resource - PredefinedValue
Retrieves a PredefinedValue resource.
get/predefined-values/{id}
Path parameters
idstring required
The id must contain the attribute id. Example : attribute=attribute_id;code=predefined_value_id
Response
PredefinedValue resource
Example response
{
"attribute": {
"id": "identifier_example"
},
"name": {
"fr_FR": "fr_FR translation",
"en_US": "en_US translation",
"<*>": "..."
},
"description": {
"fr_FR": "fr_FR translation",
"en_US": "en_US translation",
"<*>": "..."
},
"id": "identifier_example"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.