v1

latestSwagger 2.02026-07-13137761.0 MB
Asset attribute option

Get an attribute option for a given attribute of a given asset family

This endpoint allows you to get the information about a given asset attribute option.

get/api/rest/v1/asset-families/{asset_family_code}/attributes/{attribute_code}/options/{code}

Path parameters

asset_family_codestring required

Code of the asset family

attribute_codestring required

Code of the attribute

codestring required

Code of the resource

Response

OK

codestring required

Attribute's option code

Example response

{
  "code": "small",
  "labels": {
    "en_US": "S",
    "fr_FR": "S"
  }
}