Entity Types

Entity Types for the Device Definitions API

Device Definition

Device Make

A Device Make is defined as the registered information on a manufacturer, this applies to all device type, including aftermarket devices (AutoPi and Hashdog) & all synthetic devices (i.e. Ford and Tesla).

{
    "id": "2681cV8clJmGZVroqmgwXnPgCzu",
    "name": "Ford",
    "oem_platform_name": "FordPass",
    "token_id": 41,
    "name_slug": "ford",
    "external_ids": "{\"edmunds\": \"100535529\", \"parkers\": \"ford\"}",
    "external_ids_typed": [
        {
            "vendor": "parkers",
            "id": "ford"
        },
        {
            "vendor": "edmunds",
            "id": "100535529"
        }
    ],
    "metadata": {},
    "created_at": {
        "seconds": 1646790477,
        "nanos": 236050000
    },
    "updated_at": {
        "seconds": 1647035943,
        "nanos": 422138000
    }
}

Last updated