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

{
    "id": 90,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/90/?format=api",
    "display": "Cable #56 to ether1",
    "cable": 56,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 787,
    "termination": {
        "id": 787,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/787/?format=api",
        "display": "ether1",
        "device": {
            "id": 50,
            "url": "https://netbox.c3voc.de/api/dcim/devices/50/?format=api",
            "display": "reciever 3",
            "name": "reciever 3",
            "description": ""
        },
        "name": "ether1",
        "description": "",
        "cable": {
            "id": 56,
            "url": "https://netbox.c3voc.de/api/dcim/cables/56/?format=api",
            "display": "#56",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:42:27.198125Z",
    "last_updated": "2025-07-16T18:42:27.198134Z"
}