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/7/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Prof. Messner named AGHI Faculty Fellow for the coming year",
    "abstract": "",
    "content": "Dr. Craig Messner has been awarded a faculty fellowship within the [Alexander Grass Humanities Institute](https://krieger.jhu.edu/humanities-institute/programs/faculty-fellowship/), where he will participate in regular discussions of ongoing scholarship across the university.  Messner's focus on the literary use of non-standard orthography in 19th-century US literature introduces a novel dimension of diachronic linguistics to the eclectic range of topics already represented in the AGHI.",
    "ordering": 0,
    "thumbnail": null,
    "date": "2024-05-01",
    "people": [
        "https://cdh.jhu.edu/api/user/5/"
    ],
    "researchprojects": [
        "https://cdh.jhu.edu/api/researchproject/9/"
    ],
    "courses": [],
    "researchartifacts": [],
    "name": "messneraghi",
    "url": "https://cdh.jhu.edu/api/article/7/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/7/",
    "id": 7
}