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

{
    "id": 9,
    "url": "https://netbox.c3voc.de/api/dcim/rear-port-templates/9/?format=api",
    "display": "SDI1",
    "device_type": {
        "id": 20,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/20/?format=api",
        "display": "lectern-module-12-port-patch-panel",
        "manufacturer": {
            "id": 12,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/12/?format=api",
            "display": "VOC",
            "name": "VOC",
            "slug": "voc"
        },
        "model": "lectern-module-12-port-patch-panel",
        "slug": "lectern-module-12-port-patch-panel"
    },
    "module_type": null,
    "name": "SDI1",
    "label": "",
    "type": {
        "value": "other",
        "label": "Other"
    },
    "color": "",
    "positions": 1,
    "description": "Panel Position 11, SDI",
    "created": "2025-05-25T12:24:27.256975Z",
    "last_updated": "2025-05-25T12:24:51.291398Z"
}