curl --location --request GET 'https://api.plantscanner.io/api/v1/EmployeeHours'
{
"employeeHours": [
{
"login": "2019-08-24T14:15:22Z",
"logout": "2019-08-24T14:15:22Z",
"status": "string",
"employee": {
"registration": "string",
"fullName": "string",
"shortName": "string"
},
"workOrder": {
"code": "string",
"operationCode": "string"
},
"workStation": {
"code": "string",
"description": "string",
"shortName": "string"
},
"note": "string"
}
],
"workOrder": {
"code": "string",
"operationCode": "string"
}
}