v1
latestSwagger 2.02026-07-13137761.0 MBReference entity attribute option
Get an attribute option for a given attribute of a given reference entity
This endpoint allows you to get the information about a given attribute option.
get/api/rest/v1/reference-entities/{reference_entity_code}/attributes/{attribute_code}/options/{code}
Path parameters
reference_entity_codestring required
Code of the reference entity
attribute_codestring required
Code of the attribute
codestring required
Code of the resource
Response
OK
Example response
{
"code": "global_nomad",
"labels": {
"en_US": "Global Nomad",
"fr_FR": "Nomade du Monde"
}
}