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/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	[
    {
        "id": 3,
        "metadata": {},
        "name": "dsai_survey_slides",
        "created_at": "2024-02-18T13:14:23.779158-05:00",
        "modified_at": "2024-02-18T13:14:24.537493-05:00",
        "ordering": 0,
        "item": "https://cdh.jhu.edu/media/user_uploads/DSAI_sketches.pdf",
        "is_image": false,
        "url": "https://cdh.jhu.edu/api/file/3/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/file/permissions/3/"
    },
    {
        "id": 2,
        "metadata": {},
        "name": "group",
        "created_at": "2024-01-04T18:15:39.415257-05:00",
        "modified_at": "2024-01-04T18:15:40.113369-05:00",
        "ordering": 0,
        "item": "https://cdh.jhu.edu/media/user_uploads/CDH_group_TADA2023_small.jpeg",
        "is_image": true,
        "url": "https://cdh.jhu.edu/api/file/2/",
        "creator_url": "https://cdh.jhu.edu/api/user/2/",
        "permissions_url": "/api/file/permissions/2/"
    }
]
A unique name for this object, typically just a unique lowercase string.
The ordering priority of this object when displayed in a list.
Overwrite any existing object of the same type, name, and creator.