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

{
    "id": 114,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/114/?format=api",
    "display": "Cable #33 to 3",
    "cable": 33,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 5,
    "termination": {
        "id": 5,
        "url": "https://netbox.c3voc.de/api/dcim/power-outlets/5/?format=api",
        "display": "3",
        "device": {
            "id": 10,
            "url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
            "display": "Main",
            "name": "Main",
            "description": ""
        },
        "name": "3",
        "description": "",
        "cable": {
            "id": 33,
            "url": "https://netbox.c3voc.de/api/dcim/cables/33/?format=api",
            "display": "#33",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-23T16:04:48.023037Z",
    "last_updated": "2025-07-23T16:04:48.023046Z"
}