Gofive OpenAPI
empeo
VenioeTaxGo
empeo
VenioeTaxGo
  1. Asset
  • 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
        POST
      • Update Asset
        POST
      • Get Employee Assets
        GET
    • 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
      GET
    • Passengers
      GET
  • Goals
    • Update KPI
      POST
  • 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 Stamp Card Detail
      • Add Stamp
    • Celebration
      • Get Upcoming Celebrations
    • Mission
      • ดึงคิวงานรอตรวจ
      • ดึงรายละเอียดงาน 1 ใบ
      • ดึงตัวเลขสรุปงานตามสถานะ
      • อนุมัติงานหลายใบพร้อมกัน
      • ส่งงานกลับให้แก้หลายใบพร้อมกัน
  • Overtime
    • Get Overtimes Preriods
    • Get Overtimes Documents
  • Employee
    • User Info
    • Update Employee Information
  1. Asset

Get Asset list

POST
https://api.gofive.co.th/empeo/api/v1/assets/list
ค้นหารายการทรัพย์สิน
ค้นหาทรัพย์สินของ tenant โดยกรองตามหมวด, แท็ก, สถานะ หรือคำค้น และแบ่งหน้าด้วย RowStart / PageSize
ใช้เมื่อระบบภายนอกต้อง sync ทะเบียนทรัพย์สินหรือทำรายงาน
⚠️ ข้อควรรู้
request body ทั้งก้อนไม่บังคับ — ส่ง {} หรือไม่ส่ง body เลยหมายถึงเอาทุกรายการที่ tenant มองเห็น
ไม่พบข้อมูลจะได้ 204 (ไม่มี body) ไม่ใช่ 200 พร้อม array ว่าง
🔐 ต้องมีสิทธิ์ Open API โมดูล Asset ระดับ Read

Request

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

Body Params application/json

Examples
{
    "AssetCategoryId": "3001",
    "StatusId": 60003,
    "Search": "notebook",
    "SortOrder": "DateCreated DESC",
    "RowStart": 0,
    "PageSize": 20
}

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
curl --location 'https://api.gofive.co.th/empeo/api/v1/assets/list' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "AssetCategoryId": "3001",
    "StatusId": 60003,
    "Search": "notebook",
    "SortOrder": "DateCreated DESC",
    "RowStart": 0,
    "PageSize": 20
}'

Responses

🟢200OK
application/json
สำเร็จ — Data คือรายการทรัพย์สินของหน้าที่ขอ และ Totals คือจำนวนรายการใน Data
Bodyapplication/json

Example
{
    "StatusCode": 200,
    "Message": "OK",
    "Totals": 2,
    "Data": [
        {
            "Name": "โน้ตบุ๊กตัวอย่าง รุ่นหนึ่ง",
            "Code": "AST-0001",
            "SerialNo": "SN-EXAMPLE-0001",
            "Cost": 32000,
            "Remark": "เครื่องสำหรับงานออกแบบ",
            "HasWarranty": true,
            "MonthOfWarranty": 24,
            "DatePurchase": "2026-01-10T00:00:00",
            "IsCommon": false,
            "IsActive": true,
            "AttachmentURL": "https://cdn.example.com/assets/ast-0001.pdf",
            "CategoryId": 3001,
            "CategoryName": "คอมพิวเตอร์",
            "CategoryNameEN": "Computer",
            "BranchName": "สำนักงานตัวอย่าง สาขาหนึ่ง",
            "BranchNameEN": "Sample Office Branch 1",
            "OwnerEmployeeRefId": "EMP001",
            "OwnerEmployeeName": "พนักงานตัวอย่าง หนึ่ง",
            "OwnerEmployeeNameEN": "Sample Employee One",
            "DateAssigned": "2026-01-15T00:00:00",
            "StatusId": 60003,
            "StatusName": "ใช้งาน",
            "StatusNameEN": "Active",
            "TagNames": "notebook,design",
            "CreatedBy": "ผู้ดูแลตัวอย่าง หนึ่ง",
            "DateCreated": "2026-01-10T08:00:00",
            "ModifiedBy": null,
            "DateModified": null
        },
        {
            "Name": "จอตัวอย่าง ขนาด 27 นิ้ว",
            "Code": "AST-0002",
            "SerialNo": "SN-EXAMPLE-0002",
            "Cost": 8500,
            "Remark": null,
            "HasWarranty": false,
            "MonthOfWarranty": null,
            "DatePurchase": "2026-02-01T00:00:00",
            "IsCommon": true,
            "IsActive": true,
            "AttachmentURL": null,
            "CategoryId": 3001,
            "CategoryName": "คอมพิวเตอร์",
            "CategoryNameEN": "Computer",
            "BranchName": "สำนักงานตัวอย่าง สาขาหนึ่ง",
            "BranchNameEN": "Sample Office Branch 1",
            "OwnerEmployeeRefId": null,
            "OwnerEmployeeName": null,
            "OwnerEmployeeNameEN": null,
            "DateAssigned": "2026-02-01T00:00:00",
            "StatusId": 60001,
            "StatusName": "ของใช้ส่วนกลาง",
            "StatusNameEN": "Common",
            "TagNames": "monitor",
            "CreatedBy": "ผู้ดูแลตัวอย่าง หนึ่ง",
            "DateCreated": "2026-02-01T08:00:00",
            "ModifiedBy": "ผู้ดูแลตัวอย่าง สอง",
            "DateModified": "2026-06-01T10:00:00"
        }
    ]
}
🟢204No Content
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
🔴500Server Error
Modified at 2026-08-20 06:06:22
Previous
Add Timestamps
Next
Update Asset
Built with