Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the file to retrieve.
Response
200 - application/json
Retrieved file
The File
object represents a document that has been uploaded to Datagrid.
The object type, which is always file
.
Available options:
file
The file identifier, which can be referenced in the API endpoints.
The name of the file
The ISO string for when the file was created.
The media type of the file.