GET /api/bgp/relationships/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 5,
            "display": "Cloud Interconnect",
            "name": "Cloud Interconnect",
            "slug": "cloud-interconnect",
            "description": "",
            "color": "00bcd4",
            "tags": [],
            "created": "2022-03-04T20:25:14.987000Z",
            "updated": "2022-03-04T20:25:14.987000Z"
        },
        {
            "id": 1,
            "display": "Customer",
            "name": "Customer",
            "slug": "customer",
            "description": "",
            "color": "f44336",
            "tags": [],
            "created": "2022-03-04T20:23:26.823000Z",
            "updated": "2022-03-04T20:23:26.823000Z"
        },
        {
            "id": 3,
            "display": "Paid Peering",
            "name": "Paid Peering",
            "slug": "paid-peering",
            "description": "",
            "color": "ff5722",
            "tags": [],
            "created": "2022-03-04T20:24:01.053000Z",
            "updated": "2022-03-04T20:24:01.053000Z"
        },
        {
            "id": 4,
            "display": "Private Peering",
            "name": "Private Peering",
            "slug": "private-peering",
            "description": "",
            "color": "2f6a31",
            "tags": [],
            "created": "2022-03-04T20:24:38.938000Z",
            "updated": "2022-03-04T20:24:38.939000Z"
        },
        {
            "id": 2,
            "display": "Upstream",
            "name": "Upstream",
            "slug": "upstream",
            "description": "",
            "color": "3f51b5",
            "tags": [],
            "created": "2022-03-04T20:23:41.038000Z",
            "updated": "2022-03-04T20:23:41.039000Z"
        }
    ]
}