File Type List
The file type of an object.
Writable Fields:
name
: Name of the file type. Examples:
- Hierarchical Data Format version 5
- Comma-separated values file
- Microsoft Excel Open XML Spreadsheet
extension
: Filename extension. Examples:
- h5
- csv
- xlsx
The combination of name
and extension
are enforced to be unique.
Read-only Fields:
url
: Reference to the instance of the FileType
, final integer is the FileType
id
last_updated
: Datetime that this record was last updated
updated_by
: Reference to the user that updated this record
GET /api/file_type/?format=api&ordering=last_updated
{
"count": 0,
"next": null,
"previous": null,
"results": []
}