Get an attribute option for a given attribute of a given reference entity
GET
/api/rest/v1/reference-entities/{reference_entity_code}/attributes/{attribute_code}/options/{code}
Reference entity attribute option
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/reference-entities//attributes//options/'
Response Response Example
200 - Example 1
{
"code": "global_nomad",
"labels": {
"en_US": "Global Nomad",
"fr_FR": "Nomade du Monde"
}
}
Request
Path Params
reference_entity_code
string
required
attribute_code
string
required
code
string
required
Responses
Modified at 2023-08-15 05:53:55