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

{
    "id": 82,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/82/?format=api",
    "display": "Cable #52 to ge2",
    "cable": 52,
    "cable_end": "B",
    "termination_type": "dcim.rearport",
    "termination_id": 2,
    "termination": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/rear-ports/2/?format=api",
        "display": "ge2",
        "device": {
            "id": 72,
            "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
            "display": "lectern1-patch",
            "name": "lectern1-patch"
        },
        "name": "ge2",
        "cable": 52,
        "_occupied": true
    },
    "created": "2025-05-25T12:41:23.937302Z",
    "last_updated": "2025-05-25T12:41:23.937311Z"
}