Release notes 2025.11_01
The Swagger documentation for the v2 API has been updated to reflect the correct data types for date-related attributes accurately. Some fields were previously documented as date-time when they actually returned date values, which could lead to client confusion and submission errors. If you have built any integrations based on the previous documentation, check that you are submitting dates in the correct format for each field.
The following fields are now clearly documented as using date (YYYY-MM-DD):
- birthDt
- entityDt
- eventDt
- endDate
- fromDt
- toDt
- genericIdIssueDt
- genericIdExpDt
- issueDt
The following fields are now clearly documented as using date-time format:
- createdDt
- completedDt
- icadOpenDt
This update ensures alignment between the API documentation and actual API responses. This helps reduce submission confusion and date-related errors, and improves developer experience and integration reliability.