GET /api/v1/teledata/buildings/?format=api&offset=300&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 309,
    "next": null,
    "previous": "https://search.cm.ucf.edu/api/v1/teledata/buildings/?format=api&limit=100&offset=200&ordering=-id",
    "results": [
        {
            "id": 9,
            "name": "Lake Hall",
            "description": null,
            "abbr": "LAH",
            "import_id": 9
        },
        {
            "id": 8,
            "name": "Volusia Hall",
            "description": null,
            "abbr": "VOH",
            "import_id": 8
        },
        {
            "id": 7,
            "name": "Ferrell Commons",
            "description": "",
            "abbr": "FC",
            "import_id": 7
        },
        {
            "id": 6,
            "name": "Theater",
            "description": null,
            "abbr": "TH",
            "import_id": 6
        },
        {
            "id": 5,
            "name": "Chemistry",
            "description": "",
            "abbr": "CHEM",
            "import_id": 5
        },
        {
            "id": 4,
            "name": "Fraternity & Sorority Life",
            "description": null,
            "abbr": "G415",
            "import_id": 415
        },
        {
            "id": 3,
            "name": "Utility Plant/HVAC",
            "description": null,
            "abbr": "UTI",
            "import_id": 3
        },
        {
            "id": 2,
            "name": "John C. Hitt Library",
            "description": "John C. Hitt Library",
            "abbr": "LIB",
            "import_id": 2
        },
        {
            "id": 1,
            "name": "Millican Hall",
            "description": "",
            "abbr": "MH",
            "import_id": 1
        }
    ]
}