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