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/17/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Prof. Sirin appointed Visiting Scientist in Schmidt Science's Humanities and AI initiative",
    "abstract": "",
    "content": null,
    "ordering": 1,
    "thumbnail": null,
    "date": "2025-03-15",
    "people": [
        "https://cdh.jhu.edu/api/user/4/"
    ],
    "researchprojects": [],
    "courses": [],
    "researchartifacts": [],
    "name": "schmidtsirin",
    "url": "https://cdh.jhu.edu/api/article/17/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/17/",
    "id": 17
}