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

{
    "id": 10,
    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/10/?format=api",
    "display_url": "https://netbox.c3voc.de/dcim/manufacturers/10/?format=api",
    "display": "Allen & Heath",
    "name": "Allen & Heath",
    "slug": "allen-heath",
    "description": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T16:36:47.965746Z",
    "last_updated": "2025-05-24T16:36:47.965763Z",
    "devicetype_count": 1,
    "inventoryitem_count": 0,
    "platform_count": 0
}