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

GET /api/circuits/circuit-terminations/3/paths/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 42,
        "path": [
            [
                {
                    "id": 8,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/8/?format=api",
                    "display": "sfp-sfpplus7 (FCIX Peer)",
                    "device": {
                        "id": 1,
                        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
                        "display": "kn6plv-he-switch",
                        "name": "kn6plv-he-switch",
                        "description": ""
                    },
                    "name": "sfp-sfpplus7",
                    "description": "",
                    "cable": {
                        "id": 16,
                        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                        "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                        "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                        "description": ""
                    },
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 16,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "description": ""
                }
            ],
            [
                {
                    "id": 4,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/4/?format=api",
                    "display": "FCIX-to-BAM: Termination A",
                    "circuit": {
                        "id": 2,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/2/?format=api",
                        "display": "FCIX-to-BAM",
                        "cid": "FCIX-to-BAM",
                        "provider": {
                            "id": 2,
                            "url": "https://netbox.bayareabackbone.com/api/circuits/providers/2/?format=api",
                            "display": "Fremont Cabal Internet Exchange",
                            "name": "Fremont Cabal Internet Exchange",
                            "slug": "fcix",
                            "description": ""
                        },
                        "description": ""
                    },
                    "term_side": "A",
                    "description": "",
                    "cable": {
                        "id": 16,
                        "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                        "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                        "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                        "description": ""
                    },
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/3/?format=api",
                    "display": "FCIX-to-BAM: Termination Z",
                    "circuit": {
                        "id": 2,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/2/?format=api",
                        "display": "FCIX-to-BAM",
                        "cid": "FCIX-to-BAM",
                        "provider": {
                            "id": 2,
                            "url": "https://netbox.bayareabackbone.com/api/circuits/providers/2/?format=api",
                            "display": "Fremont Cabal Internet Exchange",
                            "name": "Fremont Cabal Internet Exchange",
                            "slug": "fcix",
                            "description": ""
                        },
                        "description": ""
                    },
                    "term_side": "Z",
                    "description": "",
                    "cable": null,
                    "_occupied": true
                }
            ],
            [
                {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/sites/1/?format=api",
                    "display": "Hurricane Electric FMT2",
                    "name": "Hurricane Electric FMT2",
                    "slug": "hurricane-electric-fmt2",
                    "description": ""
                }
            ]
        ],
        "is_active": true,
        "is_complete": false,
        "is_split": false
    }
]