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/researchartifact/57/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 57,
    "metadata": {},
    "name": "cassa2022",
    "created_at": "2023-08-17T13:39:56.551525-04:00",
    "modified_at": "2023-08-17T13:39:57.065673-04:00",
    "ordering": 0,
    "type": "misc",
    "title": "Ethical usage of computer science and the limits of automatic analysis",
    "author": "Lisa Singh, Philip Resnik, Sarah Oates, and Tom Lippincott",
    "year": 2022,
    "doi": null,
    "pages": null,
    "howpublished": null,
    "chapter": null,
    "organization": null,
    "booktitle": null,
    "school": null,
    "institution": null,
    "publisher": null,
    "address": null,
    "journal": null,
    "volume": null,
    "number": null,
    "series": null,
    "month": null,
    "note": null,
    "key": null,
    "editor": null,
    "edition": null,
    "biburl": null,
    "slides": null,
    "document": null,
    "appendix": null,
    "image": null,
    "recording": null,
    "description": null,
    "abstract": null,
    "contributors": [
        "https://cdh.jhu.edu/api/user/2/"
    ],
    "related_to": [],
    "url": "https://cdh.jhu.edu/api/researchartifact/57/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/researchartifact/permissions/57/"
}