get https://{hostname}/personnel/v1/employment-details
This operation returns all employment record details.
If no pagination parameters are specified, the default maximum is applied.
Permissions - UKG Pro service account must have "View" role for the "Personnel Integration" Web Service. Headers - US-Customer-Api-Key, Authorization (base64 encoded {username}:{password}).
Correct syntax when using date-time parameters are as follows:
- less than (=<)
- Example: /employment-details?dateTimeCreated=<01-01-1900
- greater than (=>)
- Example: /employment-details?dateTimeCreated=>01-01-1900
- equal to (=)
- Example: /employment-details?dateTimeCreated=01-01-1900
- between (={minimum date,maximum date})
- Example: /employment-details?dateTimeCreated={01-01-1900,01-01-1901}