Skip to Content
🚀 Welcome to Humansoft Open API Documentation

Get Employee Education

ดึงข้อมูลประวัติการศึกษาของพนักงานตาม ID

Endpoint

GET /api/v1/open-apis/employee/get-employee-data-filter?path_action=get-education

Query Parameters

ParameterTypeRequiredDescription
path_actionstringYesต้องเป็น get-education
education_idstringYesID ของประวัติการศึกษา (Base64 encoded)

พารามิเตอร์ education_id ต้องส่งเป็น Base64-encoded string


Response Format

Success Response

{ "code": 200, "message": "สำเร็จ", "payload": { "education_id": "20260121ED01A2B3C4D5", "employee_id": "20260121EM01A2B3C4D5", "education_place": "จุฬาลงกรณ์มหาวิทยาลัย", "education_level": "ปริญญาตรี", "education_level_lv": "3", "education_major": "วิศวกรรมคอมพิวเตอร์", "education_year": "2020", "education_grade": "3.25", "created": "2026-01-10 09:00:00", "last_upd": "2026-01-12 14:30:00" } }

Response Fields

FieldTypeDescription
education_idstringID ของประวัติการศึกษา
employee_idstringID ของพนักงาน
education_yearnumberปีที่จบ
education_levelstringระดับการศึกษา (ชื่อ)
education_level_lvstringรหัสระดับการศึกษา (list_of_value)
education_placestringสถานศึกษา
education_majorstringสาขาวิชา
education_gradenumber/nullเกรดเฉลี่ย (null ถ้าไม่ได้ระบุ)
createddatetimeวันเวลาที่สร้าง
last_upddatetimeวันเวลาที่อัปเดตล่าสุด

Error Response

{ "code": 400, "message": "ไม่สำเร็จ", "error": "Missing required parameter: education_id" }

Code Examples

curl -X GET "https://openapi.humansoft.co.th/api/v1/open-apis/employee/get-employee-data-filter?path_action=get-education&education_id=MjAyNjAxMjFFRDAxQTJCM0M0RDU=" \ -H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \ -H "Content-Type: application/json"

  • List Educations - ดึงรายการประวัติการศึกษาทั้งหมด
  • Add Education - เพิ่มประวัติการศึกษา
  • Update Education - แก้ไขประวัติการศึกษา
  • Delete Education - ลบประวัติการศึกษา
Last updated on