Deprecation Notices
Deprecation
Deprecated APIs and resources will no longer be available after the specified release timeline. Please migrate your applications to the recommended alternatives before the deprecated timeline to avoid disruptions.
Encompass Developer Connect 24.3
The Task Group feature is being redefined and therefore the following Task Group-related API endpoints have been deprecated:
API Name | Endpoint |
---|---|
Get All Task Group Templates | workflow/v1/templates/taskgroup/items |
Get a Task Group Template | workflow/v1/templates/taskgroup/items/{id} |
Create a Group Template | workflow/v1/template/taskgroup/items |
Update All Group Templates | workflow/v1/templates/taskgroup/items |
Update a Group Template | workflow/v1/templates/taskgroup/items/{id} |
Delete a Group Template | workflow/v1/templates/taskgroup/items/{id} |
Get All Task Groups | workflow/v1/taskgroups |
Get a Task Group | workflow/v1/taskgroups/{id} |
Create a Task Group | workflow/v1/taskgroups |
Update All Task Groups | workflow/v1/taskgroups |
Update a Task Group | workflow/v1/taskgroups/{id} |
Delete a Task Group | workflow/v1/taskgroups/{id} |
Get Comments for a Task Group | workflow/v1/taskgroups/{id}/comments |
Add Comments to a Task Group | workflow/v1/taskgroups/{id}/comments |
Assign All Tasks within a Task Group | workflow/v1/taskgroups/{id}/tasks?action=assignTo |
Encompass Developer Connect 24.2
SCIM Schema Changes
EDC-928
The accountIndicators attribute in the Encompass Internal User Schema will be deprecated effective in the 24.2 release. The accountIndicators attribute is being replaced with the following attribute already supported in the 24.1 release.
- loginEnabled
- AccountEnabled
Credit Partners and Samples
Removed content regarding support for Factual Data Credit (Partner ID 276521) from Credit Partners and Samples. Support for this partner ID was deprecated in an earlier release.
Encompass Developer Connect 22.2
Retirement of Language Bindings
The .NET Language Bindings were retired on January 8, 2022 with the 21.4 release. ICE Mortgage Technology will continue to support them.
Encompass Developer Connect 21.2
EPPS V1 APIs
As of June 5, 2021, the EPPS V1 APIs are deprecated and are no longer supported by ICE Mortgage Technology. Please use the V2 EPPS APIs going forward to programmatically retrieve best-fit program and pricing information and to retrieve and select rates for Encompass loans.
Deprecated V1 APIs and New V2 Replacement APIs
The following table lists the deprecated EPPS V1 APIs and the new V2 replacements.
Rates
V1 | V2 |
---|---|
POST /epps/v1/loanQualifier | POST /epps/v2/loanQualifier |
POST /epps/v1/loans/{loanId}/rateSelector | POST /epps/v2/loans/{loanId}/rateSelector |
POST /epps/v1/loans/programs/{programId}/eligibility | POST /epps/v2/loans/programs/{programId}/eligibility |
POST /epps/v1/loans/programs/{programId}/adjustments | POST /epps/v2/loans/programs/{programId}/adjustments |
User Management
V1 | V2 |
---|---|
GET /epps/v1/userMappings | GET /epps/v2/userMappings |
PATCH /epps/v1/userMappings | PATCH /epps/v2/userMappings |
Guidelines
V1 | V2 |
---|---|
GET /epps/v1/programs/{programID}/guidelines | GET /epps/v2/programs/{programID}/guidelines |
Updated 17 days ago