Skip to main contentSkip to content

Updated Aug 19, 2026

Application detail — Data and Integration tabs

Two main tabs help you inspect what the system knows about an application (Data) and what external systems returned (Integration). They are read-heavy for most users; a subset of variables can be edited when your tenant allows.


Data tab

Select Data in the main tab bar (after Email, before Integration).

Model Data accordion

The tab contains one section: Model Data — all application variables (engine names) and their current values.

Columns

ColumnDescription
VariableEngine variable name as a badge; for multi-applicant tenants, may show primary or coborrower_N slot badges
SourceWhere the value came from: Derived, Integration (with specific provider in filter tree), User Input, System Output
Data TypeString, numeric, boolean, date, list, etc.
ValueCurrent value (truncated with tooltip for long text; objects shown as JSON)
RoleApplicant role for the variable (multi-applicant; filter available when enabled)
ActionEdit icon — only when this variable’s provider is in the tenant’s editable provider list

Search and filters

ControlPurpose
Search (table search)Fuzzy search across Variable and Value
Role filterMulti-applicant: filter by primary, coborrower 1, etc.
Source filterHierarchical: Derived, Integration (per partner), User Input, System Output
Data Type filterFilter by variable type

Sort: All text columns support sorting.

Pagination: Footer shows page size and navigation when the variable list is long.

Edit a value (Action column)

When the pencil icon appears:

  1. Click the icon on the row.
  2. Edit variable modal opens with title showing the variable name.
  3. Input control matches data type:
    • numeric — number field
    • boolean — Yes/No radio
    • date — calendar picker
    • list — dropdown of allowed list values
    • other types — text input with hint “can only accept {type}”
  4. Cancel — closes without saving.
  5. Update — saves to the application; disabled if value unchanged or invalid; shows loading while saving.
  6. Success toast: Variable updated; errors show server message.

Important: Editing data can affect underwriting, offers, and rules. After material changes, your process may require re-running underwriting or updating status on the Application tab.

Display rules

  • Empty values show as N/A.
  • Booleans display as True / False.
  • Multi-applicant variable names may strip suffixes in the badge while slot badges show instance.

Loading state

While variables load, you see skeleton placeholders for search and table.


Integration tab

Select Integration after Data.

Integration Calls accordion

Lists each integration HTTP call recorded for this application session.

Columns

ColumnDescription
IntegrationProvider / integration name
Request URLEndpoint called (truncated with tooltip)
TimestampWhen the call ran
MethodHTTP verb badge (GET, POST, etc.)
StatusHTTP status code with color dot and tooltip (success vs error ranges)
ActionView (arrow icon) — opens response detail

Sort: All columns except Action are sortable.

Filter: Global table filter searches visible columns.

View integration response

Click View on a row to open the Integration response side panel:

  • Shows integration name, method, URL, status badge.
  • Response payload in a read-only code editor (JSON/XML formatted when possible).
  • Request payload when available.
  • Copy control to copy payload text to clipboard (toast confirmation).
  • Close (X) to dismiss.

Use this for troubleshooting credit pulls, identity vendors, custom APIs, and workflow integration steps — without leaving the application.

Empty state

If no calls were logged, the accordion shows the standard empty placeholder: no rows, no View actions.


Data vs Integration — when to use which

QuestionTab
What is the applicant’s income variable set to?Data
Did we get a FICO score from the bureau integration?Data (value) + Integration (raw response)
Why did the API return 500?IntegrationView
Can I fix a mistyped employer name stored as user input?DataUpdate (if editable)
What did the webhook send at 2:14 PM?Integration → sort by Timestamp

Role notes

RoleDataIntegration
AuditorView; typically no Update
Analyst / UnderwriterView; edit only where provider allows
Support / CSRView for customer questions
AdminFull view; edit per configuration

LendAPI Field Guide.