The UKG Work Force Ready base URL is unique to each environment and can vary in format. There is no single universal URL. It depends on the specific environment, for example, service5.
Portal/Instance Identifier: https:/{Instance Identifier}.ultipro.comBase URLs:
Staging:
https://{Instance Identifier}.ultipro.comProduction:
https://{Instance Identifier}.ultipro.com
NOTE: The |
Table of Contents
Employee Endpoint
Get all Employees: (GET)
[BaseURL]/employees/{filter}
Get all Changed Employees: (GET)
[BaseURL]/employees/changed
Get an Employee: (GET)
[BaseURL]/employees/{id}
Employee Profile Endpoint
Get an Employee Profile: (GET)
[BaseURL]/employees/{employeeId}/profiles
RateTable Endpoint
Get a RateTable: (GET)
[BaseURL]/rates/tables/{id}
Time Entry Set Endpoint
Get a Time Entry Set: (GET)
[BaseURL]/employees/{employeeAccountId}/time-entries
Update a Time Entry Set: (PUT)
[BaseURL]/time-entries/collection
Delete a Time Entry Set: (DELETE)
[BaseURL]/time-entries/{_id}
