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

{
    "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
}