Authorization: ********************curl --location 'https://api.gofive.co.th/empeo/api/v1/overtimes/documents?companyName=&employeeNo=&fromDate=&toDate=&otType=&status=' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"message": "string",
"error": "string",
"totals": 0,
"data": {
"companyName": "string",
"employeeNo": "string",
"employeeName": "string",
"fromDate": "2019-08-24T14:15:22.123Z",
"toDate": "2019-08-24T14:15:22.123Z",
"data": [
{
"documentNo": "string",
"date": "2019-08-24T14:15:22.123Z",
"otType": "string",
"name": "string",
"defaultRate": 0,
"startTime": "string",
"endTime": "string",
"hours": 0,
"approvalStatus": "string",
"approvedBy": "string"
}
],
"summary": {
"totalItems": 0,
"totalOtHours": 0
}
}
}