Retrieve the picture metadata of an employee
GET/odata/v2/EmployeePicture(:employeeId)
Retrieve the picture metadata of an employee
Request
Path Parameters
employeeId stringrequired
Query Parameters
Responses
- 200
- 400
- 401
- 404
Returns the binary image
- application/json
- Schema
- Example (from schema)
Schema
employeeId stringnullable
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
{
"employeeId": "string",
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:39.491Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:39.491Z",
"versionStamp": 0,
"documentsExists": true
}
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...