Redicom Help Center

file

file.name

Version 1.0

Returns the value of the name field of the file.

Input

{{ response.file.name }}

Output

instructions.pdf

file.size

Version 1.0

Returns the value of the size field of the file.

Input

{{ response.file.size }}

Output

1024

file.mime_type

Version 1.0

Returns the value of the mime_type field of the file.

Input

{{ response.file.mime_type }}

Output

/downloads/AR32D45632145.PDF

file.url

Version 1.0

Returns the value of the url field of the file.

Input

{{ response.file.url }}

Output

/downloads/AR32D45632145.PDF

file.filesize

Version 1.0

Returns the value of the filesize field of the file.

Input

{{ response.file.filesize }}

Output

1.24 MB

file.extension

Version 1.0

Returns the value of the extension field of the file.

Input

{{ response.file.extension }}

Output

pdf