export_employees_full
Export employee data containing every PA field. Supports optional filters for date range, department, working status, employee number, and bank details.
Instructions
Export effective employee data with every PA field. Supports many optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End of effective date range (`YYYY-MM-DD`) for PA changes | |
| language | No | Language code | zh-tw |
| start_date | No | Start of effective date range (`YYYY-MM-DD`) for PA changes | |
| bank_details | No | Set to `1` to include bank account details in the response | |
| working_status | No | Filter by working status code (e.g. `A01`, `A13`) | |
| department_code | No | Filter to a specific department | |
| employee_number | No | Filter to a specific employee | |
| is_contain_child_department | No | Include child departments when filtering by `department_code` |