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

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