{
  "count": 2,
  "next": "string",
  "previous": "string",
  "results": [
    {
      "id": 9,
      "url": "string",
      "display": "string",
      "device": {
        "id": 9,
        "url": "string",
        "display": "string",
        "name": "string"
      },
      "module": {
        "id": 6,
        "url": "string",
        "display": "string",
        "device": 4,
        "module_bay": {
          "id": 10,
          "url": "string",
          "display": "string",
          "name": "string"
        }
      },
      "name": "string",
      "label": "string",
      "type": {
        "label": "NEMA 6-50P",
        "value": "nema-l10-30p"
      },
      "maximum_draw": 3,
      "allocated_draw": 8,
      "description": "string",
      "mark_connected": true,
      "cable": {
        "id": 1,
        "url": "string",
        "display": "string",
        "label": "string"
      },
      "cable_end": "string",
      "link_peers": [
        "string",
        "string",
        "string",
        "string"
      ],
      "link_peers_type": "string",
      "connected_endpoints": [
        "string"
      ],
      "connected_endpoints_type": "string",
      "connected_endpoints_reachable": true,
      "tags": [
        {
          "id": 9,
          "url": "string",
          "display": "string",
          "name": "string",
          "slug": "string",
          "color": "string"
        },
        {
          "id": 1,
          "url": "string",
          "display": "string",
          "name": "string",
          "slug": "string",
          "color": "string"
        },
        {
          "id": 10,
          "url": "string",
          "display": "string",
          "name": "string",
          "slug": "string",
          "color": "string"
        }
      ],
      "custom_fields": {},
      "created": "string",
      "last_updated": "string",
      "_occupied": false
    }
  ]
}