Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. Attendance
  • Authentication API
    • Authorization
      POST
  • Employee
    • Get Employee
      GET
    • Update Employee
      PUT
    • Get List Employees
      GET
    • Get Employees List
      GET
    • Get Mastertypes List
      GET
    • Get Name Prefixes
      GET
    • Get Document Types
      GET
    • Update Employee
      POST
    • Add Employee Attachment
      POST
    • Update Employee Address
      POST
    • Update Employee Family
      POST
    • Update Employee Information
      POST
    • Update Employee Shifts
      POST
    • Update Employee Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Shifts
      GET
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Leave
    • Get Employee Documents
      POST
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
    • Get Shift Details
      GET
  • Payroll
    • Create Loan
    • Get Loan (Draft)
    • Get Cost Center
    • Get Financial Transactions
    • Update Financial Transactions
  • Attendance
    • Get Time Attendance
      GET
    • Get Time Attendances Lite
      GET
  • Welfare
    • Get Shuttle Buses
    • Get Passengers
  • Time
    • Workin
    • Get Employee WorkIn Site
    • Get Timestamps
    • Get TimeStamp Attachments
    • Get Workin Sites
    • Get IOMO Logs
    • Add Timestamps
  • AppMan
    • Update status criminal checker
    • Send Email Notification when completed
  • Asset
    • Get Asset list
    • Update Asset
    • Get Employee Assets
  • Recruitment
    • Get Candidate
  1. Attendance

Get Time Attendances Lite

Developing
GET
https://api.gofive.co.th/empeo/api/v1/time-attendances/lite

Request

Query Params
employeeRefId
string 
optional
รหัสพนักงาน ถ้าไม่ใส่จะได้พนักงานทั้งหมด
Example:
63000
dateStart
string 
optional
วันที่เริ่มต้น ถ้าไม่ใส่จะได้วันที่ 1 ของเดือนปัจจุบัน
Example:
2024-01-01
dateEnd
string 
optional
วันที่สิ้นสุด ถ้าไม่ใส่จะได้วันที่ปัจจุบัน
Example:
2024-03-31
companyName
string 
optional
ชื่อบริษัท ถ้าไม่ใส่ช้อมูลจะได้ข้อมูลบริษัททั้งเครือ
Example:
เอมพริโอ้ จำกัด
take
number 
optional
จำนวนข้อมูลที่ต้องการดึง ถ้าใส่ 0 จะได้ข้อมูลทั้งหมด
Example:
10
skip
number 
optional
จำนวนข้อมูลที่ต้องการข้าม
Example:
0
Header Params
Ocp-Apim-Subscription-Key
string 
required
Api subscription key get from the OpenAPI integration setting page
Example:
d4e1bcfbb8bb4c1585fd86eb5d3957d8
Authorization
string 
required
Authorization credential utilized in API requests
Example:
Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwN0I2RTQ3QTU1MzkxOTdDQ0Y2NzlDNTVEODFFNDQ1RTE2NUQ2QkVSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6InNIdHVSNlZUa1pmTTlubkZYWUhrUmVGbDFyNCJ9.eyJuYmYiOjE3MTQ3MTYwNjgsImV4cCI6MTcxNDcxOTY2OCwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5nb2ZpdmUuY28udGgiLCJhdWQiOiJJTUMuQVBJIiwiY2xpZW50X2lkIjoiMjE1YzBlZWYtN2E5My00NDI3LWI2MzItZDhkNTFjZDIyYjNjIiwic3ViIjoie0VFQTJDRDk0LTA1QjItNDQ4Qi05ODI5LThBOTMwMEY5Q0REQX0iLCJqdGkiOiI1QzYyMjM3RTVDOTUxOTgyN0EzMkFDRTZBQkQxMTJFMCIsInNpZCI6IjYzRkI4M0E5OUVGNkY3NUQ4OUFDQjc5MDIwRDc5MUI3IiwiaWF0IjoxNzE0NzE2MDY4LCJzY29wZSI6WyJJTUMuQVBJIl19.Lx3v7oSBT13NM9irHFBtjtcldc6_rzRZs9aZcVg99q7ORe8y7ozVRlOJge3qu6uxxvMqjDdsDbQhxCC_uOC3qY2vF98IotTwLD298q37iT0F1hSLsvSMfVuJgGBmMxp459c7pSbdCU9a3C566ps78ljfkJbE7gKKhgYBTek1K0kVqqwOxkOdYl9xWNFUnz380L_1gWoWW8ZQP1igPlKDb1pqxavilTWZ-1wQNdmdKh17AGxoWQsQNKBzrIPfwdjwtylkQDR2Zar9fzGNRgPNM2tFUw3kPazNQiV4CpQmNisiQfeDKtZCyW0h8kpxXjOBw0ZT4H5t8zA5PL0sNaodBw

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gofive.co.th/empeo/api/v1/time-attendances/lite?employeeRefId=63000&dateStart=2024-01-01&dateEnd=2024-03-31&companyName=เอมพริโอ้ จำกัด&take=10&skip=0' \
--header 'Ocp-Apim-Subscription-Key: d4e1bcfbb8bb4c1585fd86eb5d3957d8' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwN0I2RTQ3QTU1MzkxOTdDQ0Y2NzlDNTVEODFFNDQ1RTE2NUQ2QkVSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6InNIdHVSNlZUa1pmTTlubkZYWUhrUmVGbDFyNCJ9.eyJuYmYiOjE3MTQ3MTYwNjgsImV4cCI6MTcxNDcxOTY2OCwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5nb2ZpdmUuY28udGgiLCJhdWQiOiJJTUMuQVBJIiwiY2xpZW50X2lkIjoiMjE1YzBlZWYtN2E5My00NDI3LWI2MzItZDhkNTFjZDIyYjNjIiwic3ViIjoie0VFQTJDRDk0LTA1QjItNDQ4Qi05ODI5LThBOTMwMEY5Q0REQX0iLCJqdGkiOiI1QzYyMjM3RTVDOTUxOTgyN0EzMkFDRTZBQkQxMTJFMCIsInNpZCI6IjYzRkI4M0E5OUVGNkY3NUQ4OUFDQjc5MDIwRDc5MUI3IiwiaWF0IjoxNzE0NzE2MDY4LCJzY29wZSI6WyJJTUMuQVBJIl19.Lx3v7oSBT13NM9irHFBtjtcldc6_rzRZs9aZcVg99q7ORe8y7ozVRlOJge3qu6uxxvMqjDdsDbQhxCC_uOC3qY2vF98IotTwLD298q37iT0F1hSLsvSMfVuJgGBmMxp459c7pSbdCU9a3C566ps78ljfkJbE7gKKhgYBTek1K0kVqqwOxkOdYl9xWNFUnz380L_1gWoWW8ZQP1igPlKDb1pqxavilTWZ-1wQNdmdKh17AGxoWQsQNKBzrIPfwdjwtylkQDR2Zar9fzGNRgPNM2tFUw3kPazNQiV4CpQmNisiQfeDKtZCyW0h8kpxXjOBw0ZT4H5t8zA5PL0sNaodBw'

Responses

🟢200Success
application/json
Body
status
object 
required
code
string 
required
description
string 
required
data
array [object {18}] 
required
employeeRefId
string 
required
fullName
string 
required
date
string 
required
shiftName
string 
required
attendanceStatus
string 
required
minStampIn
null 
required
maxStampOut
null 
required
workTime
integer 
required
late
integer 
required
early
integer 
required
absence
integer 
required
isAdjustTime
boolean 
required
breakTimeLate
integer 
required
shiftDateStart
string 
required
shiftDateEnd
string 
required
breakTimeStart
string 
required
breakTimeEnd
string 
required
workdayType
string 
required
Example
{
  "status": {
    "code": "1000",
    "description": "Success"
  },
  "data": [
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-01T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 300,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-01T09:00:00",
      "shiftDateEnd": "2023-07-01T15:00:00",
      "breakTimeStart": "2023-07-01T12:00:00",
      "breakTimeEnd": "2023-07-01T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-02T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "วันหยุด",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-02T08:00:00",
      "shiftDateEnd": "2023-07-02T18:00:00",
      "breakTimeStart": "2023-07-02T12:00:00",
      "breakTimeEnd": "2023-07-02T13:00:00",
      "workdayType": "วันหยุดสุดสัปดาห์"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-03T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 540,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-03T08:00:00",
      "shiftDateEnd": "2023-07-03T18:00:00",
      "breakTimeStart": "2023-07-03T12:00:00",
      "breakTimeEnd": "2023-07-03T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-04T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 540,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-04T08:00:00",
      "shiftDateEnd": "2023-07-04T18:00:00",
      "breakTimeStart": "2023-07-04T12:00:00",
      "breakTimeEnd": "2023-07-04T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-05T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 540,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-05T08:00:00",
      "shiftDateEnd": "2023-07-05T18:00:00",
      "breakTimeStart": "2023-07-05T12:00:00",
      "breakTimeEnd": "2023-07-05T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-06T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 540,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-06T08:00:00",
      "shiftDateEnd": "2023-07-06T18:00:00",
      "breakTimeStart": "2023-07-06T12:00:00",
      "breakTimeEnd": "2023-07-06T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-07T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 480,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-07T09:00:00",
      "shiftDateEnd": "2023-07-07T18:00:00",
      "breakTimeStart": "2023-07-07T12:00:00",
      "breakTimeEnd": "2023-07-07T13:00:00",
      "workdayType": "วันหยุดนักขัตฤกษ์"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-08T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 300,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-08T09:00:00",
      "shiftDateEnd": "2023-07-08T15:00:00",
      "breakTimeStart": "2023-07-08T12:00:00",
      "breakTimeEnd": "2023-07-08T13:00:00",
      "workdayType": "วันทำงาน"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-09T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "วันหยุด",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 0,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-09T08:00:00",
      "shiftDateEnd": "2023-07-09T18:00:00",
      "breakTimeStart": "2023-07-09T12:00:00",
      "breakTimeEnd": "2023-07-09T13:00:00",
      "workdayType": "วันหยุดสุดสัปดาห์"
    },
    {
      "employeeRefId": "80100",
      "fullName": "นวมินทร์ อินทรบุตร (คิดถึงนะจ๊ะ)",
      "date": "2023-07-10T00:00:00",
      "shiftName": "สำนักงาน 08.30-18.00  (1 SAT) ชั่วโมงตามกะการทำงาน",
      "attendanceStatus": "ขาดงาน",
      "minStampIn": null,
      "maxStampOut": null,
      "workTime": 0,
      "late": 0,
      "early": 0,
      "absence": 540,
      "isAdjustTime": false,
      "breakTimeLate": 0,
      "shiftDateStart": "2023-07-10T08:00:00",
      "shiftDateEnd": "2023-07-10T18:00:00",
      "breakTimeStart": "2023-07-10T12:00:00",
      "breakTimeEnd": "2023-07-10T13:00:00",
      "workdayType": "วันทำงาน"
    }
  ]
}
🟠401User authentication required V2.
Previous
Get Time Attendance
Next
Get Shuttle Buses
Built with