GET /api/dcim/manufacturers/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 4,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/4/?format=api",
            "display": "Bachmann",
            "name": "Bachmann",
            "slug": "bachmann",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-03T13:29:56.177374Z",
            "last_updated": "2023-01-03T13:29:56.177396Z",
            "devicetype_count": 1,
            "inventoryitem_count": 0,
            "platform_count": 0
        },
        {
            "id": 5,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/5/?format=api",
            "display": "Dell",
            "name": "Dell",
            "slug": "dell",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-03T13:35:20.577575Z",
            "last_updated": "2023-01-03T13:35:20.577594Z",
            "devicetype_count": 1,
            "inventoryitem_count": 0,
            "platform_count": 0
        },
        {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/3/?format=api",
            "display": "Generic",
            "name": "Generic",
            "slug": "generic",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-03T13:24:53.214161Z",
            "last_updated": "2023-01-03T13:24:53.214183Z",
            "devicetype_count": 5,
            "inventoryitem_count": 0,
            "platform_count": 0
        },
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/1/?format=api",
            "display": "Hewlett-Packard",
            "name": "Hewlett-Packard",
            "slug": "hewlett-packard",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-07-23T13:30:00.477798Z",
            "last_updated": "2022-07-23T13:30:00.477814Z",
            "devicetype_count": 2,
            "inventoryitem_count": 0,
            "platform_count": 0
        },
        {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
            "display": "Mikrotik",
            "name": "Mikrotik",
            "slug": "mikrotik",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2024-03-24T10:02:49.437353Z",
            "last_updated": "2024-03-24T10:02:49.437367Z",
            "devicetype_count": 1,
            "inventoryitem_count": 0,
            "platform_count": 0
        },
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/2/?format=api",
            "display": "Supermicro",
            "name": "Supermicro",
            "slug": "supermicro",
            "description": "",
            "tags": [],
            "custom_fields": {},
            "created": "2022-07-23T13:58:35.744670Z",
            "last_updated": "2022-07-23T13:58:35.744683Z",
            "devicetype_count": 2,
            "inventoryitem_count": 0,
            "platform_count": 0
        }
    ]
}