Gofive OpenAPI
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. Achievement
  • 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 Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
  • Shifts
    • Get Shift Details
      GET
    • Update Employee Shifts
      POST
    • Get Employee Shifts
      GET
    • Swap Employee Shifts
      POST
  • Authentication API
    • Authorization
  • Leave
    • Get Employee Documents
  • Payroll
    • Create Loan
    • Get Loan (Draft)
    • Get Cost Center
    • Get Financial Transactions
    • Update Financial Transactions
  • Attendance
    • Get Time Attendance
    • Get Time Attendances Lite
  • 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
    • Migrate Match AI Score
    • Get Recruitment หน้าหลัก
  • Goals
    • Update KPI
  • Position (Emconnect)
    • Get PositionAvailable
    • Get Total PositionAvailable
  • CompanyProfile (Emconnect)
    • Get CompanyProfile (career site)
  • Learn
    • GetCourse
  • Praise
    • GetEmployeePraisesByEmployeeNoAsync
    • GetPraiseTypesAsync
    • CreatePraiseRewardManagerAsync
  • Achievement
    • GetEmployeeAchievementsByEmployeeNoAsync
      GET
    • CreateAchievementCardAsync
      POST
    • CreateAchievementAwardDocumentAsync
      POST
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. Achievement

GetEmployeeAchievementsByEmployeeNoAsync

GET
https://api.gofive.co.th/api/v1/achievements/employee
ดึงรายการสรุป Achievement ของพนักงานตาม employee no

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params

Request Code 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/api/v1/achievements/employee?employeeNo&companyName' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Success response
Body

Example
{
    "statusCode": 0,
    "message": "string",
    "error": "string",
    "errorList": [
        {
            "achievementId": 0,
            "achievementName": "string",
            "coverUrl": "string",
            "totalAchievement": 0,
            "logs": [
                {
                    "message": "string",
                    "description": "string",
                    "dateCreated": "2019-08-24T14:15:22.123Z"
                }
            ]
        }
    ],
    "totals": 0,
    "data": [
        {
            "achievementId": 0,
            "achievementName": "string",
            "coverUrl": "string",
            "totalAchievement": 0,
            "logs": [
                {
                    "message": "string",
                    "description": "string",
                    "dateCreated": "2019-08-24T14:15:22.123Z"
                }
            ]
        }
    ]
}
🟢204
🟠403
🔴500
Modified at 2026-01-30 08:44:20
Previous
CreatePraiseRewardManagerAsync
Next
CreateAchievementCardAsync
Built with