GET api/taxonImage/{taxonImageId}/thumbnail
Gets the thumbnail image with given id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taxonImageId |
The taxon image id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 and the thumbnail image if image exists, HTTP 404 if no image with given taxonImageId exists.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Formats
image/png
Sample: