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

{
    "id": 94,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/94/?format=api",
    "display": "Cable #58 to ether5",
    "cable": 58,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 809,
    "termination": {
        "id": 809,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/809/?format=api",
        "display": "ether5",
        "device": {
            "id": 56,
            "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
            "display": "poe switch 3",
            "name": "poe switch 3",
            "description": ""
        },
        "name": "ether5",
        "description": "",
        "cable": {
            "id": 58,
            "url": "https://netbox.c3voc.de/api/dcim/cables/58/?format=api",
            "display": "#58",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:43:17.517632Z",
    "last_updated": "2025-07-16T18:43:17.517642Z"
}