{{define "api-file-id-thumbnail-get"}}
GET/file/{id}/thumbnail

Description

Returns a PNG thumbnail image representing the file. The thumbnail is always 100*100 px. If the source file is parsable by imagemagick the thumbnail will be generated from the file, if not it will be a generic mime type icon.

Parameters

Param Required Location Description
id true URL ID of the file to get a thumbnail for

Returns

A PNG image of 100*100 px.

{{end}}