Gofive OpenAPI
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. StampCard
  • Authentication
    • Authorization
      POST
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
    • Get Overtimes
      GET
  • Recruitment
    • Get Candidate
      GET
  • Core HR
    • Attendance
      • Get Time Attendance
      • Workin
      • Get Employee WorkIn Site
      • Get Timestamps
      • Get TimeStamp Attachments
      • Get Workin Sites
      • Get IOMO Logs
      • Add Timestamps
    • Asset
      • Get Asset list
      • Update Asset
      • Get Employee Assets
    • Employee
      • Get Employee
      • Update Employee
      • Get Employees List
      • Get Mastertypes List
      • Get Name Prefixes
      • Get Document Types
      • Update Employee
      • Add Employee Attachment
      • Update Employee Address
      • Update Employee Family
      • Update Employee Contact
      • Update Employee Education
      • Update Employee Experience
      • Update Employee CustomField
      • Delete Employee
      • Get Employee Role
      • Get Employee Movement Lists
    • Leave
      • Get Employee Documents
    • Shifts
      • Get Shift Details
      • Update Employee Shifts
      • Get Employee Shifts
      • Swap Employee Shifts
    • Timesheet
      • Search Projects
      • Search Tasks
      • Create Timesheet Entry
  • Payroll
    • Get Financial Transactions
      POST
    • Update Financial Transactions
      PUT
    • Create Loan
      POST
    • Get Cost Center
      POST
  • Welfare
    • Shuttle Buses
    • Passengers
  • Goals
    • Update KPI
  • Engagement
    • Achievement
      • Get Employee Achievements
      • Create Achievement Card
      • Create Achievement Award Document
      • Get Achievement Events
    • Praise
      • Get Employee Praises
      • Get Praise Types
      • Create Praise Reward Manager
    • StampCard
      • Get Stamp Cards
        GET
      • Get Stamp Card Detail
        GET
      • Add Stamp
        POST
    • Celebration
      • Get Upcoming Celebrations
  • Overtime
    • Get Overtimes Preriods
    • Get Overtimes Documents
  • Employee
    • User Info
    • Update Employee Information
  1. StampCard

Get Stamp Card Detail

GET
https://api.gofive.co.th/empeo/api/v1/stamp-cards/detail
ดึงรายละเอียดบัตรสะสม 1 ใบ (ระบุด้วยชื่อบัตร) พร้อมรางวัลตาม milestone และสถิติผู้เข้าร่วม

Request

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

Header 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 'https://api.gofive.co.th/empeo/api/v1/stamp-cards/detail?stampCardName=' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
พบรายละเอียดบัตรสะสม
Bodyapplication/json

Example
{
    "StatusCode": 200,
    "Message": "OK",
    "Data": {
        "StampCardId": 301,
        "Name": "Team Star",
        "Description": "สะสมแสตมป์จากกิจกรรมช่วยเหลือทีม",
        "TotalStamp": 10,
        "IsActive": true,
        "IsExpired": false,
        "ExpiredType": 1,
        "ExpiredValue": 12,
        "ExpiredUnit": 2,
        "IsSetCutoffDate": false,
        "CutoffDay": null,
        "CutoffMonth": null,
        "Rewards": [
            {
                "StampCardRewardId": 401,
                "RewardType": 1,
                "MilestoneStamp": 10,
                "IsOfferToken": true,
                "OfferTokenId": 501,
                "OfferTokenAmount": 100,
                "IsOfferAchievement": false,
                "OfferAchievementId": null,
                "IsOfferReward": false,
                "OfferRewardId": null
            }
        ],
        "TotalParticipants": 24,
        "TotalCompleted": 8,
        "DateCreated": "2026-01-15T09:00:00Z",
        "CreatedBy": "system-admin",
        "DateModified": "2026-06-30T16:20:00Z",
        "ModifiedBy": "system-admin"
    }
}
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429
🔴500Server Error
Modified at 2026-08-17 17:14:02
Previous
Get Stamp Cards
Next
Add Stamp
Built with