v1

latestSwagger 2.02026-07-13137761.0 MB
Asset attribute option

Get a list of attribute options of a given attribute for a given asset family

This endpoint allows you to get a list of attribute options for a given asset family.

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

Path parameters

asset_family_codestring required

Code of the asset family

attribute_codestring required

Code of the attribute

Response

Return the options of the given attribute of the given asset family

codestring required

Attribute's option code

Example response

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