Femas HR
API Document
API SPEC
API Document
API SPEC
  1. 人事
  • 根目錄
    • 身分權限認證
      • 用戶登入
    • 資料讀取
      • 人事
        • 取得人員資料
          POST
        • 取得人員異動資料
          POST
        • 取得公司資料
          POST
        • 取得部門資料
          POST
        • 取得部門異動資料
          POST
        • 取得職稱資料
          POST
        • 取得職等資料
          POST
        • 取得職級資料
          POST
        • 取得員工類別資料
          POST
        • 取得學歷類別資料
          POST
        • 取得國別資料
          POST
        • 取得系統員工大頭照片
          GET
      • 差勤
        • 取得差假資料
        • 取得加班資料
        • 取得差勤資訊
        • 取得假日行事曆資料
      • 排班
        • 取得排班資訊
      • 薪資
        • 取得成本中心資料
        • 取得員工薪資發放方式
        • 取得員工薪資基本資料
        • 取得員工薪資明細表
        • 取得傳票資料
    • 資料寫入
      • 人事
        • 人員新進作業
        • 調派人員作業
        • 離退人員作業
        • 留停人員作業
        • 人員復職回任作業
        • 人員資料批次更新作業
        • 員工眷屬批量維護作業
        • 部門批量維護作業
      • 薪資
        • 成本中心批量維護作業
API Document
API SPEC
API Document
API SPEC
  1. 人事

取得人員異動資料

POST
https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_user_changes.json
資料讀取人事
配合授權管理員使用,建議配合查詢條件避免一次取回太多資料

請求

標頭參數

主體參數application/json

範例
{
    "userSn": "E10001,E10002",
    "userType": "正式員工,約聘人員",
    "changeType": "3",
    "startDate": "2023-04-01",
    "endDate": "2024-03-31",
    "created": "2023-03-15",
    "modified": "2024-01-10",
    "limit": 100,
    "offset": 0
}

請求程式碼範例

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
請求請求範例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_user_changes.json' \
--header 'Authorization: ***********************************' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userSn": "E10001,E10002",
    "userType": "正式員工,約聘人員",
    "changeType": "3",
    "startDate": "2023-04-01",
    "endDate": "2024-03-31",
    "created": "2023-03-15",
    "modified": "2024-01-10",
    "limit": 100,
    "offset": 0
}'

回應

🟢200成功
*/*
success
主體

範例
{
    "response": {
    "status": "success",
    "err_msg": "",
    "limit": 100,
    "offset": 0,
    "datas_count": 25,
    "datas": [
        {
        "created": "2023-06-01 10:00:00",
        "modified": "2023-06-05 14:30:00",
        "change_type": "1",
        "create_reason": "職務異動調整",
        "start_date": "2023-07-01",
        "end_date": "2024-06-30",
        "user_name": "陳建明",
        "user_sn": "E10001",
        "orig_department_sn": "D001",
        "new_department_sn": "D002",
        "orig_user_title": "工程師",
        "new_user_title": "資深工程師",
        "orig_position_title": "軟體開發",
        "new_position_title": "系統架構",
        "orig_user_grade": "P2",
        "new_user_grade": "P3",
        "orig_user_type": "正式員工",
        "new_user_type": "正式員工",
        "orig_org": "台灣科技股份有限公司",
        "new_org": "台灣科技股份有限公司"
        },
        {
        "created": "2024-01-10 09:15:00",
        "modified": "2024-01-12 16:45:00",
        "change_type": "2",
        "create_reason": "部門組織調整",
        "start_date": "2024-02-01",
        "end_date": "2025-01-31",
        "user_name": "王小華",
        "user_sn": "E10002",
        "orig_department_sn": "D003",
        "new_department_sn": "D004",
        "orig_user_title": "專員",
        "new_user_title": "資深專員",
        "orig_position_title": "人力資源",
        "new_position_title": "招募管理",
        "orig_user_grade": "S2",
        "new_user_grade": "S3",
        "orig_user_type": "正式員工",
        "new_user_type": "正式員工",
        "orig_org": "台灣科技股份有限公司",
        "new_org": "台灣科技股份有限公司"
        }
    ]
    }
}
🟠401未認證
修改時間 2025-10-28 13:22:34
上一頁
取得人員資料
下一頁
取得公司資料
Built with