New tables for UKG PRO Workforce
I need to pull the tables available in the api's below.
For basic person/employee information, you can use:
POST /api/v1/commons/persons/apply_read
Thanks
This returns basic person data such as person ID, person number, first name, last name, employment status, and user account status.
For detailed employee information, you can use:
GET /api/v1/commons/persons/{personId}
This returned more detailed employee information, including pay rule, supervisor, primary labor account, schedule group, accrual profile, access/profile assignments, authentication type, license types, badge assignments, and custom data/custom dates.
For timecard totals, pay codes, hours, wages, apply dates, and job/labor information, you can use:
POST /api/v1/timekeeping/timecard_metrics/multi_read?partial_success=true
When used without the accrual select, this returned timecard total-related data such as scheduledTotals and projectedTotals.
For accrual balances, the same endpoint can be used with:
"select": ["ACCRUAL_SUMMARY"]
This returned the accrual information under accrualSummaryData, including accrual code, earned to date, taken to date, available balance, and pending grants.
Please sign in to leave a comment.
Comments
0 comments