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

{
    "id": 7,
    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/7/?format=api",
    "display": "Shure",
    "name": "Shure",
    "slug": "shure",
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T16:12:24.602906Z",
    "last_updated": "2025-05-24T16:12:24.602927Z",
    "devicetype_count": 1,
    "inventoryitem_count": 0,
    "platform_count": 0
}