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

{
    "id": 113,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/113/?format=api",
    "display": "Cable #67 to ether1",
    "cable": 67,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 793,
    "termination": {
        "id": 793,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/793/?format=api",
        "display": "ether1",
        "device": {
            "id": 53,
            "url": "https://netbox.c3voc.de/api/dcim/devices/53/?format=api",
            "display": "reciever 6",
            "name": "reciever 6",
            "description": ""
        },
        "name": "ether1",
        "description": "",
        "cable": {
            "id": 67,
            "url": "https://netbox.c3voc.de/api/dcim/cables/67/?format=api",
            "display": "#67",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T19:09:14.086928Z",
    "last_updated": "2025-07-16T19:09:14.086938Z"
}