Download the thumbnail linked to given object instance.

GET /pictures/thumbnails/projects/{instance_id}.png

Path parameters

Responses

  • 200

    Thumbnail downloaded

  • 403

    Access not allowed

  • 404

    Object instance not found

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