GET api/Staff/{Signature}/Photo?height={height}

Get a photo of requested staff by its signature. Return the photo in PNG format (Http Status 200). NOTE! Don't look at the return type of the documentation. A regular PNG image is returned just about any image from a web server. If something is wrong HTTP Status: 404 = Staff not find or there is no photo to show. 400 = Missing or or incorrect parameter. 500 = Some runtime exeption.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Signature

Staff signature, at least four characters.

string

Required

height

Leave blank for full size. Otherwise an integer between 10-1365.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Get a photo of requested staff by its signature. Return the photo in PNG format (Http Status 200). NOTE! Don't look at the return type of the documentation. A regular PNG image is returned just about any image from a web server. If something is wrong HTTP Status: 404 = Staff not find or there is no photo to show. 400 = Missing or or incorrect parameter. 500 = Some runtime exeption.

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>