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/file/10/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "id": 10,
    "metadata": {},
    "name": "delnero",
    "created_at": "2025-09-01T12:48:06.294720-04:00",
    "modified_at": "2025-09-01T12:48:07.037153-04:00",
    "ordering": 0,
    "item": "https://cdh.jhu.edu/media/user_uploads/delnero.jpg",
    "is_image": true,
    "url": "https://cdh.jhu.edu/api/file/10/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/file/permissions/10/"
}