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

{
    "id": 12,
    "bldg": {
        "id": 112,
        "name": "Classroom Building II",
        "description": "programming",
        "abbr": "CB2",
        "import_id": 98
    },
    "org": {
        "id": 11,
        "name": "ARMY ROTC",
        "phone": "407-823-2430",
        "fax": "407-823-5324",
        "url": "http://www.ucfrotc.com/",
        "room": "321",
        "import_id": 14
    },
    "list_order": 1,
    "name": "Army ROTC",
    "room": "321",
    "phone": null,
    "fax": null,
    "primary_comment": null,
    "secondary_comment": null,
    "last_updated": "2025-05-06T14:38:08.112314Z",
    "import_id": 21,
    "active": true,
    "unit": 213343
}