# Get all vehicle attributes

Endpoint: GET /v2/reference/vehicle-attributes
Version: v2
Security: OrgTokenBearer

## Response 200 fields (application/json):

  - `id` (integer)
    Unique row identifier for this attribute.

  - `detail` (string)
    Human-readable name (e.g. "Hazmat", "Tarps", "Team").

  - `value` (integer)
    Numeric code identifying this attribute.

  - `code` (string)
    Single-letter code for this attribute (e.g. "Z" for Hazmat).

