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

{
    "id": 123,
    "bldg": {
        "id": 73,
        "name": "Barbara Ying Center- CMMS",
        "description": "",
        "abbr": "CMMS",
        "import_id": 81
    },
    "org": {
        "id": 51,
        "name": "Office of Access and Community Engagement",
        "phone": "407-823-6479",
        "fax": "407-823-6480",
        "url": "https://access.ucf.edu/",
        "room": "102",
        "import_id": 64
    },
    "list_order": 1,
    "name": "President's Division",
    "room": "Suite 102",
    "phone": "407-823-6479",
    "fax": "407-823-6480",
    "primary_comment": null,
    "secondary_comment": null,
    "last_updated": "2025-05-06T14:38:08.112314Z",
    "import_id": 208,
    "active": true,
    "unit": 213459
}