Retrieve the logo of the implementation (Response.Content and Response.Headers.ContentType).If no logo available, return a Byte[0]
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| width | integer |
Default value is 0 |
|
| height | integer |
Default value is 0 |
Body Parameters :
None.
Response Information
Resource Description :
image/jpeg
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |