APIs
API name | Type | Resource path | Description |
---|---|---|---|
GET Person Extension | GET | /v1/commons/persons/extensions?person_number= | Retrieve person extensions using a person number. |
Get Tenant Default Locale to get Date Format | GET | v1/commons/user_preferences/locale_policy?tenantDefault=true | Retrieve user preferences for the current user's locale policy. |
Get the Locale Details for Date Format using Retrieve Locales | POST | /v1/commons/locale_policies/multi_read | Retrieves the date format used by tenant locale. |
Retrieve Time Off Requests as Manager | POST | /v1/scheduling/timeoff/multi_read | Retrieves time-off requests as a manager. |
Retrieve timecards as a manager. | POST | /v1/timekeeping/timecard/multi_read | Allows managers to retrieve timecard data for multiple employees. |
Create Time Off Request as Manager | POST | /v1/scheduling/timeoff | Create new time-off request when employee wants to extend a leave request. |
Get Step Wise Reviewer | POST | v1/commons/reviewer_lists/reviewers/apply_read | Fetch all the reviewer at a particular step in the reviewer list. |
Schedule Audit | POST | /v1/scheduling/audits/multi_read | Fetch the shift and open shift details. This restores the open shifts when an employee cancels leave. |
Get Reviewer List | GET | /v1/commons/reviewer_lists?name="+encodeURI(reviewerListName) | Fetch the reviewer list details. |
Get Request Subtype Configurations | GET | /v1/scheduling/setup/request_subtypes?name="+encodeURI(subtype) | Fetch the request subtype details. |
Create Schedule Tag | POST | /v1/scheduling/schedule/schedule_tags/multi_create | Create schedule tag. |
Update Shift by ID | POST | /v1/scheduling/schedule/shifts/{shiftID} | Update shift using the shift ID. |
Update Schedule Paycode Edit | POST | v1/scheduling/schedule/pay_code_edits/multi_update | Update the schedule Paycode edit. |
Retrieve Timecard as Manager | POST | v1/timekeeping/timecard | Fetch timecard details. |
Delete Schedule Pay Code Edits | POST | v1/scheduling/schedule/pay_code_edits/multi_delete | Delete schedule paycode edits. |