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