January 2025 Pro WFM content updates are now available
5 months ago
🆕 January 2025 Pro WFM API updates
💡 Be sure to check out the Version History for the Pro WFM API below, which contains the following new API operations in this release:
Domain | Resource | Operation | Method | URL endpoint |
---|---|---|---|---|
People | Persons | Retrieve Current User's Delegations | GET | /v1/commons/persons/current_user_delegations |
Platform | Target Thresholds | Delete an expired HCA Target Threshold by ID | DELETE | /v1/platform/target_thresholds/{id} |
Timekeeping Setup | Holidays | Retrieve All Holidays | GET | /v1/commons/setup/holidays |
Timekeeping Setup | Holidays | Add or Update Holidays | POST | /v1/commons/setup/holidays/multi_upsert |
Timekeeping Setup | Holidays | Add or Remove Holidays | POST | /v1/commons/setup/holidays/years/apply_upsert |
🚀 Enhancements to existing operations
This release includes corrections and enhancements to the Pro WFM API. See the Release Notes for more details. Among other enhancements, the following was implemented this release:
- Enhanced the following API operations with the
accept-language
header: (PS-348137)- Retrieve All Generic Notifications (
GET /v1/commons/generic_notifications
) - Retrieve Generic Notification by ID (
GET /v1/commons/generic_notifications/{id}
) - Retrieve Generic Notifications (
POST /v1/commons/generic_notifications/multi_read
) - Retrieve Generic Notification by ID for Messaging (
GET /v1/platform/messaging/generic_notifications/{id}
) - Retrieve Generic Notifications for Messaging (
GET /v1/platform/messaging/generic_notifications
) - Retrieve Request Subtype by ID (
GET /v1/scheduling/setup/request_subtypes/{id}
) - Retrieve Request Subtype by Name (
GET /v1/scheduling/setup/request_subtypes
) - Retrieve Request Subtypes (
POST /v1/scheduling/setup/request_subtypes/multi_read
) - Note: Operations against the new Holidays API resource also include support for the
accept-language
header.
- Retrieve All Generic Notifications (