Summary
The SessionId field within the SnapshotInfo section has been replaced with a new field: dateSnapshot.
Effective Date
Monday, July 21, 2025
Details
The SessionId field in SnapshotInfo was redundant, as it duplicated information already available in the top-level JSON structure. It has been replaced with dateSnapshot, which provides a more meaningful value representing when the snapshot was generated.
Customer Impact
- The API will no longer return
SessionId under SnapshotInfo.
SessionId remains available in the top-level JSON structure.
SnapshotInfo will now include the snapshot generation date via the new dateSnapshot field.
- Clients depending on the
SnapshotInfo.SessionId field should update their implementations accordingly.
Impacted Resources
GET /workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/{sessionId}/snapshot/{snapshotId}
Issue References
[WFMF-4201]
Contacts
Please reply to this announcement with any questions. This helps the wider developer community benefit from the discussion. We encourage you to use this thread before contacting the designated person directly. Thank you for your understanding.