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/9/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Sarah Annis awarded the History Department's undergraduate thesis prize",
    "abstract": "",
    "content": null,
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-04-29",
    "people": [],
    "researchprojects": [],
    "courses": [
        "https://cdh.jhu.edu/api/course/3/"
    ],
    "researchartifacts": [],
    "name": "sarahannis",
    "url": "https://cdh.jhu.edu/api/article/9/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/9/",
    "id": 9
}