Download a thumbnail

Use this request to get a preview thumbnail of an image file attached to the issue.

Request format

To get a thumbnail, use an HTTP GET request:

GET /v2/issues/<issue-id>/thumbnails/<attachment-id>
Host: https://api.tracker.yandex.net
Authorization: OAuth <OAuth token>
X-Org-Id: <organization ID>
Resource
<issue-id>
Issue ID or key.
<attachment-id>

The unique identifier of the attached file.

Response format

For a successful request, the API returns a 200 response. The response body contains a thumbnail of the image file.

Possible response codes

200
The request was successful.
404
The requested object was not found. You might have entered an incorrect object ID or key value.