GET api/taxonImage/{taxonImageId}

Gets the taxon image with given id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taxonImageId

The taxon image identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

HTTP 200 and the image if image exists, HTTP 404 if no image with given taxonImageId exists.

HttpResponseMessage
NameDescriptionTypeAdditional 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: