Get all global employee localization fields added to UKG Pro

Get all global employee localization fields added to UKG Pro through platform configuration with the prefix of 'GBLPay'.
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 date-time parameters are as follows:

  • less than (=<)
    • Example: /employee-global-localization-elements?created=<01-01-1900
  • greater than (=>)
    • Example: /employee-global-localization-elements?created=>01-01-1900
  • equal to (=)
    • Example: /employee-global-localization-elements?created=01-01-1900
  • between ({minimum date,maximum date})
    • Example: /employee-global-localization-elements?created={01-01-1900,01-01-1901}
Language
Authorization
Basic
base64
:
URL