Methods

  • get - Get resource equipment
  • get - List resource equipments

Resource

{
    "id": "integer",
    "key": "string",
    "name": "string",
    "unit": "string"
}

Properties

Name Type Description Additional
id integer

Equipment ID

Optional, read only.
key string

Unique code which identifies the equipment

Optional, read only.
name string

Characteristic name

Optional, read only.
unit string

Unit of the equipment (accepted values are QUANTITY, METRE, HORSEPOWER, LITRE, WEIGHT, SPEED)

Optional, read only.