Download an Employee Image

GET {{base_url}}/employee/:Employee/photo

NOTE: This returns an image in byte format. You'll need to decode the response accordingly.

Use this endpoint to download and retrieve an image file associated with an employee.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

"[\r\n    {\r\n        \"{{The actual content of the file.}}\"\r\n    }\r\n]"