v1
latestSwagger 2.02026-07-13137761.0 MBReference entity attribute
Get the list of attributes of a given reference entity
This endpoint allows you to get the list of attributes of a given reference entity.
get/api/rest/v1/reference-entities/{reference_entity_code}/attributes
Path parameters
reference_entity_codestring required
Code of the reference entity
Response
Return the attributes of the given reference entity
Example response
[
{
"code": "description",
"labels": {
"en_US": "Description",
"fr_FR": "Description"
},
"type": "text",
"value_per_locale": true,
"value_per_channel": false,
"is_required_for_completeness": true,
"max_characters": null,
"is_textarea": true,
"is_rich_text_editor": true,
"validation_rule": "none",
"validation_regexp": null
}
]