Return all CablePaths which traverse a given pass-through port.

GET /api/dcim/rear-ports/3/paths/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 136,
        "path": [
            [
                {
                    "id": 476,
                    "url": "https://netbox.c3voc.de/api/dcim/interfaces/476/?format=api",
                    "display": "ether12",
                    "device": {
                        "id": 30,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
                        "display": "switch1-lectern",
                        "name": "switch1-lectern"
                    },
                    "name": "ether12",
                    "cable": 51,
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 51,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/51/?format=api",
                    "display": "#51",
                    "label": ""
                }
            ],
            [
                {
                    "id": 3,
                    "url": "https://netbox.c3voc.de/api/dcim/rear-ports/3/?format=api",
                    "display": "ge3",
                    "device": {
                        "id": 72,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                        "display": "lectern1-patch",
                        "name": "lectern1-patch"
                    },
                    "name": "ge3",
                    "cable": 51,
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 3,
                    "url": "https://netbox.c3voc.de/api/dcim/front-ports/3/?format=api",
                    "display": "ge3 (Speaker LAN)",
                    "device": {
                        "id": 72,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                        "display": "lectern1-patch",
                        "name": "lectern1-patch"
                    },
                    "name": "ge3",
                    "cable": null,
                    "_occupied": false
                }
            ]
        ],
        "is_active": true,
        "is_complete": false,
        "is_split": false
    }
]