Download the thumbnail representing given attachment file.

GET /pictures/thumbnails/attachment-files/{attachment_file_id}.png

Responses

  • 200

    Thumbnail downloaded

  • 403

    Instance not allowed

  • 404

    Picture file not found

GET /pictures/thumbnails/attachment-files/{attachment_file_id}.png
curl \
 -X GET http://localhost:8080/api/pictures/thumbnails/attachment-files/{attachment_file_id}.png \
 -H "Authorization: $API_KEY"