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

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