This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/page/1/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 1,
    "metadata": {},
    "name": "index",
    "created_at": "2023-12-28T09:48:25.642176-05:00",
    "modified_at": "2023-12-28T09:48:26.405448-05:00",
    "ordering": 0,
    "banner_overlay": "<h1>Explore interactions between human and computational intelligence</h1>",
    "banner_image": "https://cdh.jhu.edu/media/banners/index_banner.png",
    "description": "The <b>Center for Digital Humanities</b> focuses on the development and application of machine learning models to areas of traditional scholarship, and the relationships between computational and human understanding.",
    "dynamic_content_view": "api:article-list",
    "is_top_level": false,
    "is_index": true,
    "url": "https://cdh.jhu.edu/api/page/1/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/page/permissions/1/"
}