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

{
    "id": 33,
    "bldg": {
        "id": 42,
        "name": "Arena",
        "description": null,
        "abbr": "ARNA",
        "import_id": 50
    },
    "org": {
        "id": 15,
        "name": "ATHLETICS DEPARTMENT",
        "phone": "407-823-1000",
        "fax": "407-823-5293",
        "url": "http://www.ucfknights.com/",
        "room": "107",
        "import_id": 19
    },
    "list_order": 40,
    "name": "Track & Field/Cross Country",
    "room": "114",
    "phone": "407-823-3213",
    "fax": "407-823-4296",
    "primary_comment": null,
    "secondary_comment": null,
    "last_updated": "2025-05-06T14:38:08.112314Z",
    "import_id": 52,
    "active": true,
    "unit": 213385
}