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/article/8/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Sabrina Li joins the Computer Science Department as a PhD candidate focused on literary scholarship",
    "abstract": "",
    "content": null,
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-03-15",
    "people": [
        "https://cdh.jhu.edu/api/user/2/",
        "https://cdh.jhu.edu/api/user/3/"
    ],
    "researchprojects": [],
    "courses": [],
    "researchartifacts": [],
    "name": "sabrinaphd",
    "url": "https://cdh.jhu.edu/api/article/8/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/8/",
    "id": 8
}