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