GET /api/v1/teledata/departments/7/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 7,
    "bldg": {
        "id": 26,
        "name": "Student Services Bldg. (JTWC/Bookstore)",
        "description": null,
        "abbr": "JTWC",
        "import_id": 26
    },
    "org": {
        "id": 7,
        "name": "UCF CARD",
        "phone": "407-823-2100",
        "fax": "407-823-3278",
        "url": "www.ucfcard.ucf.edu",
        "room": "104",
        "import_id": 10
    },
    "list_order": 1,
    "name": "UCF Card",
    "room": null,
    "phone": null,
    "fax": null,
    "primary_comment": null,
    "secondary_comment": null,
    "last_updated": "2025-05-06T14:38:08.112314Z",
    "import_id": 15,
    "active": true,
    "unit": 214100
}