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/3/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 3,
    "metadata": {},
    "name": "People",
    "created_at": "2023-12-28T09:48:28.135343-05:00",
    "modified_at": "2023-12-28T09:48:28.848324-05:00",
    "ordering": 1,
    "banner_overlay": "",
    "banner_image": null,
    "description": "",
    "dynamic_content_view": "api:user-list",
    "is_top_level": true,
    "is_index": false,
    "url": "https://cdh.jhu.edu/api/page/3/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/page/permissions/3/"
}