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/11/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Dr. Messner promoted to Lecturer",
    "abstract": "",
    "content": null,
    "ordering": 0,
    "thumbnail": null,
    "date": "2023-07-01",
    "people": [
        "https://cdh.jhu.edu/api/user/5/"
    ],
    "researchprojects": [],
    "courses": [],
    "researchartifacts": [],
    "name": "messnerpromotion",
    "url": "https://cdh.jhu.edu/api/article/11/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/11/",
    "id": 11
}