UnitAttribute

Get unit attribute by id

Get unit attribute by id<br>You must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.

get/inventory/v1/unit-attributes/{id}

Path parameters

idstring required

The id of the unit attribute

Response

Returns unit attribute with specified id

idstring required

The id of the unit attribute

namestring required

The name of the unit attribute

descriptionstring nullable

The description of the unit attribute

Example response

{
  "id": "KQOSXHLS",
  "name": "Floor 1",
  "description": "Floor number"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.