What's New
New APIs
The following new APIs are now available in Developer Connect:
- Borrower Pair API for creating and managing borrower pairs.
- Borrower Contacts API for creating and managing borrower contacts and notes.
- Business Contacts API for creating and managing business contacts and notes.
Access to Forums and Blogs
Developer Connect forums and blogs are now accessible from the Developer Connect portal. To access the forums and blogs, click Community in the top right of your screen.
Enhancements
Support for Cursor-Based Pagination
To help improve the performance when handling large data sets, the Pipeline API now supports cursor-based pagination. Create cursors to separate results into pages. To learn how to create cursors, see the Create Cursor Type topic. To learn how to use cursors, see the View Pipeline (with Pagination) topic.
Filter Attributes
There are no longer restrictions on filter attributes.
Usage Notes
API Key Access Limited to Corresponding Client ID
For increased security, your API Key/Secret will be verified against the corresponding Ellie Mae client ID when you log in. Users with multiple Client IDs should obtain an API Key/Secret for each Ellie Mae Client ID. See the Get an API Key topic to learn how to obtain an API Key.
Known Issues
Borrower and Business Contacts APIs
When creating a borrower or business contact, the mandatory attributes are not enforced. The mandatory attributes are the contact's firstName OR lastName AND one of the following parameters: personalEmail/businessEmail, currentMailingAddress.street1, homePhone, mobilePhone, workPhone.
Fixed Issues
Response Payload Size Exceeded the Maximum Limit Error
As designed, the gateway server has a 6MB limit. When this limit is exceeded, a maximum payload error is returned. However, there was an issue where some users experienced the error and modified the request to lower the payload size, but continued to receive the error. Upon investigating this issue, we discovered the response payload size was being calculated incorrectly and some payloads less than 6MB were being calculated as greater than 6MB.
The error message:
{ "summary": "Response payload size exceeded the maximum limit - 6 MB.,", "details": "Please modify your request to lower the response payload size." }
This Service Pack reduces the frequency of this error. Payloads less than 6MB will not experience the maximum payload error. Please also note that we are working with our provider to increase the 6MB limit.
What’s New
Automatically Reset Locked Accounts from Failed Login Attempts
When a Developer Connect account is locked after five failed login attempts, the account now resets automatically after one hour. After fifteen failed attempts, however, the account does not reset automatically. In this case, the developer should call Ellie Mae Technical Support to reset the password.
Removed Password Length Limitation
Developer accounts no longer have a password length limitation. Previously, passwords were limited to 99 characters.
New Terms of Service Dialog Box
Users are now presented with a Terms of Services dialog box after clicking the Create Account button. Users can view and accept the Terms of Service agreement to continue creating the account.
What’s New
Documentation Updates
- Sample request bodies added to View Pipeline.
- Information about Working with Multiple Client IDs added to Get an API Key page.
What’s New
Developer Connect Account is Now Required
In order to access the Developer Connect portal, users must create a Developer Connect account.
New API Key Required for Authentication
A new API key consisting of an API Client ID and API Client Secret is required for authentication. An Encompass user with the super administrator persona can access the API key under My Account and distribute to team members. To learn more about the API key, see Get an API Key.
Enhancements
Increased Maximum Limit for the View Pipeline API
The maximum number of items returned for the View Pipeline API has been increased from 1k to 25k.
Fixed Issues
Query Parameter for Entities in the Get Loan Schema API is Case Sensitive
If the entities parameter passed in the Schema API was lower-case, an error was returned. This issue is now resolved. The query parameter for entities is no longer case-sensitive.
What's New
This release offers the following new methods and resources:
-
New eFolder resource for creating and managing Encompass eFolder documents:
-
New eFolder resource for creating and managing file Encompass eFolder attachments:
-
New Pipeline resource for retrieving loans and loan data from the Encompass Pipeline:
-
New Batch API for performing bulk updates to a set of loans:
-
New methods for creating and managing webhook subscriptions:
Usage Notes
Pipeline API
When using the Pipeline APIs, the following 5 field names are not supported under the fields attribute:
- Loan.LoanOfficerId
- Loan.LoanProcessorId
- Loan.Address2
- Loan.CurrentMilestoneID
- Loan.NextMilestoneID
This release includes a limited set of features available only through our Early Adopter program. For information about participating in our program, please contact the Early Adopter team.
What's New
In our previous release, we piloted our loans resource, which you could use to retrieve a loan from Encompass. This release offers the following new methods and resources:
- New methods for creating, deleting, and updating a loan:
- New method that returns a list of searchable loan entities:
- New
entity
request parameter for Loans/{loanId} resource. Use this parameter to get loan data from specified entities. - New Schema resource for retrieving loan schema information:
Usage Notes
- The authorization and token endpoints have changed since the Early Adopter Release.
- The authorization endpoint is now https://idp.elliemae.com
- The token endpoint is now https://idp.elliemae.com
What's New
This is a preview release of Developer Connect. It is available to a limited set of Ellie Mae customers for testing and feedback purposes only. In this release, we offer the following:
- Loans API method to retrieve loans.
- Getting Started, how-to guides and API Reference documentation.
Usage Notes
- Refer to your Early Adopter Welcome message for your client (application) and user credentials that are needed for authentication.