GET api/Image/{id}
Fetch an thumbnail image
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The thumbnail id. The id contains '/' and if passed as an url parameter must be on the format: Api/Image?id=ImageThumb/Observations/NOF/SO-Birds/8040011/1 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Jpeg image Binary content
HttpResponseMessageName | 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/jpeg
Sample: