Gets a document thumbnail
Returns a thumbnail of a document where possible.
Query parameters
-
size (small/medium/large)
-
Flushes the cache (recreates the thumbnail)
-
Creates the thumbnail if not present
-
filetype of the document if known
GET /api/documents/thumbnail
curl \
-X GET http://api.example.com/api/documents/thumbnail?size=string&fc=string&docreate=string&filetype=string \
-H "Authorization: Bearer $ACCESS_TOKEN"