Retrieve the picture (binary) of an employee
GET/odata/v2/EmployeePicture(:employeeId)/$value
Retrieve the picture (binary) of an employee
Request
Path Parameters
employeeId stringrequired
Query Parameters
select string
expand string
Responses
- 200
- 400
- 401
- 404
Returns the binary image
Bad request. Occurs if the request payload or querystring contains invalid data
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Unauthorized
If employee not found or employee has no picture
Loading...