v1
latestSwagger 2.02026-07-13137761.0 MBAsset attribute
Get an attribute of a given asset family
This endpoint allows you to get the information about a given attribute for a given asset family.
get/api/rest/v1/asset-families/{asset_family_code}/attributes/{code}
Path parameters
asset_family_codestring required
Code of the asset family
codestring required
Code of the resource
Response
OK
Example response
{
"code": "model_is_wearing_size",
"labels": {
"en_US": "Model is wearing size",
"fr_FR": "Le mannequin porte la taille"
},
"type": "single_option",
"value_per_locale": false,
"value_per_channel": false,
"is_required_for_completeness": true
}