Version 1.0
Returns the value of the name field of the file.
{{ response.file.name }}
instructions.pdf
Version 1.0
Returns the value of the size field of the file.
{{ response.file.size }}
1024
Version 1.0
Returns the value of the mime_type field of the file.
{{ response.file.mime_type }}
/downloads/AR32D45632145.PDF
Version 1.0
Returns the value of the url field of the file.
{{ response.file.url }}
/downloads/AR32D45632145.PDF
Version 1.0
Returns the value of the filesize field of the file.
{{ response.file.filesize }}
1.24 MB
Version 1.0
Returns the value of the extension field of the file.
{{ response.file.extension }}