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

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

[
    {
        "id": 138,
        "path": [
            [
                {
                    "id": 477,
                    "url": "https://netbox.c3voc.de/api/dcim/interfaces/477/?format=api",
                    "display": "ether13",
                    "device": {
                        "id": 30,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
                        "display": "switch1-lectern",
                        "name": "switch1-lectern"
                    },
                    "name": "ether13",
                    "cable": 52,
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 52,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/52/?format=api",
                    "display": "#52",
                    "label": ""
                }
            ],
            [
                {
                    "id": 2,
                    "url": "https://netbox.c3voc.de/api/dcim/rear-ports/2/?format=api",
                    "display": "ge2",
                    "device": {
                        "id": 72,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                        "display": "lectern1-patch",
                        "name": "lectern1-patch"
                    },
                    "name": "ge2",
                    "cable": 52,
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 2,
                    "url": "https://netbox.c3voc.de/api/dcim/front-ports/2/?format=api",
                    "display": "ge2 (Public LAN)",
                    "device": {
                        "id": 72,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                        "display": "lectern1-patch",
                        "name": "lectern1-patch"
                    },
                    "name": "ge2",
                    "cable": null,
                    "_occupied": false
                }
            ]
        ],
        "is_active": true,
        "is_complete": false,
        "is_split": false
    }
]