Get a single job history detail record

Get a single job history detail record.
If no pagination parameters specified, the default/max is applied.
Permissions - UKG Pro service account must have "View" role for the "Employee Job History Details" 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: /employee-job-history-details/systemID/[systemID]?dateTimeCreated=<01-01-1900
  • greater than (=>)
    • Example: /employee-job-history-details/systemID/[systemID]?dateTimeCreated=>01-01-1900
  • equal to (=)
    • Example: /employee-job-history-details/systemID/[systemID]?dateTimeCreated=01-01-1900
  • between (={minimum date,maximum date})
    • Example: /employee-job-history-details/systemID/[systemID]?dateTimeCreated={01-01-1900,01-01-1901}
Language
Authorization
Header
URL