GET api/taxonImage/taxon/{taxonId}/default
Gets the default taxon image. Default image is the image with the smallest image number.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taxonId |
The taxon identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 and the image if image exists, HTTP 404 if no image exists for given taxon.
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: