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