Get employee multiple jobs details

If no pagination parameters specified, the default/max 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 parameters are as follows:

  • Get Multiple jobs for employee ID
    • Example: /personnel/v1/empl-multiple-jobs?employeeId={employeeId}
  • Get Multiple jobs for company ID
    • Example: /personnel/v1/empl-multiple-jobs?companyId={companyId}
  • Get Multiple jobs for employee ID and company Id
    • Example: /personnel/v1/empl-multiple-jobs?employeeId={employeeId}&companyId={companyId}
  • Get Multiple jobs per page
    • Example: /personnel/v1/empl-multiple-jobs?page=1&per_page=10000
Query Params
string
string
string
string
string
int32
1 to 2147483647
int32
1 to 2147483647
Headers
string
required

The Pro Customer API key which is unique to each Pro HR Tenant and can be found by navigating to System Configuration > Security > Web Services and referring to the value for Customer API Key.

Responses

Response body
array of objects
object
number
string
date-time
string
number
boolean
string
boolean
number
number
number
number
number

Language
Credentials
:
URL
Choose an example:
application/json
text/json
application/problem+json