HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

v2.2.0

For more detailed information on the below changes and the use cases they unlock see the v2.2.0 Upgrade Guide.

Some of the data definitions for the Reporting API Routes have been updated. Please see the Reporting API Schema Reference for more information.

Changelog

  • fixed: Version pinning issue for the "Events" Routes
  • fixed: POST /loans/los-milestones Behavior to no longer allow loans to transition to previous milestones (e.g. APPROVED --> UNDERWRITING) or unconfigured milestones
  • improved: GET /Lenders Route to be paginated with cursors. Query Parameter ids now optional
  • added: "Assignees" Resource added with the following Methods and Subroutes: GET /loans/id/assignees, PATCH /loans/id/assignees, and PUT /loans/id/assignees
  • added: "Parties" Resource added with the following Methods and Subroutes: POST /parties, PATCH /parties, DEL /parties, and GET /loans/id/parties
  • added: Subroute on the "Loans" Resource, /loans/id/los-milestones, with the following Methods: GET and PATCH
  • added: Subroute on the "Events" Resource: GET /events/describe
  • added: Request Parameter on POST /loans/los-milestones: override
  • added: Response Parameters on GET /loans/id/borrowers: Date of Birth, Social Security Number, Borrower Credit Summary object
  • added: Request Parameter on POST /borrowers and PATCH /borrowers/id: econsent object
  • added: Request Parameter on POST /disclosures-packages: thirdPartyRecipients tabs object
  • added: Response Parameter on GET /disclosures-packages: thirdPartyRecipients tabs object
  • added: Reporting API Route: GET /lender-stats
  • added: Query Parameters on Reporting API Route GET /loans: deleted, archived, appSource, appLeadSource, and loanType
  • added: Response Parameters on Reporting API Route GET /loans: primaryAssignee, appSource, appLeadSource, lastTouchDatetime, daysSinceLastTouch, appStartDatetime, appSubmitDatetime, appStartToSubmitMilliseconds, deletedDatetime, archivedDatetime, appMarketingTag, and loanPurposeType
  • added: Response Parameters on Reporting API Route GET /borrowers: creditPulledDatetime, assetsPulledDatetime, and workflowMilestone