New tables for UKG PRO Workforce
Answered
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.
-
Official comment
Hi Vijay,
Thank you for submitting your feature request for the UKG Pro Workforce Management connector.
The endpoints you mentioned are already supported in our current connector. To give you a clearer picture of the available data, I'd encourage you to review the connector documentation here: https://fivetran.com/docs/connectors/applications/ukg-pro-workforce-management.
Once you've had a chance to look these over, I'd love to hear whether anything is still missing or falls outside what's currently covered.
We appreciate your feedback and continued support - it plays a key role in shaping our roadmap.
Best regards,
Sahu
Please sign in to leave a comment.
Comments
1 comment