> ## Documentation Index
> Fetch the complete documentation index at: https://api.loanscape.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

### November 2025

You can now pass `?fields=*` to return all fields instead of manually specifying fields.

We're making `tpo.companyOwners` within applications available via the API.

We're making the `los` object within applications available via the API:

* `los.users` and `los.loanCriteria` are available for applications with the **LOS Access** document active with data submitted - all updates will be automatically synced.
* `los.compensation` is available for applications with the **Compensation** document active with data submitted - only approved compensation data will be available via the API.
* Ask the Loanscape team to enable `los` features for you if these documents aren't present in your settings under **Onboarding > Documents > Default**.

### July 2025

We're adding a `licensing` object within applications which contains detailed licensing information, synced with NMLS. This is a premium feature - contact the Loanscape team to confirm that you have access.

The licensing object contains the following fields:

* `licensing.tradeNames`
* `licensing.licensedStates`
* `licensing.stateLicenses`
* `licensing.processors`
* `licensing.loanOfficers`
* `licensing.branches`

Some of these fields previously existed on the `tpo` object and took a different format, manually inputted by the TPO. These fields are being removed:

* `tpo.tradeNames`
* `tpo.operatingStates`
* `tpo.dbas`
* `tpo.contractProcessors`

We're adding the following fields to the `tpo` object within applications:

* `tpo.businessStructure`
* `tpo.stockSymbol`
* `tpo.ncua`
* `tpo.fdic`

We're removing `tpo.industryApprovals.ncua` and `tpo.industryApprovals.fdic` as they can now be found above. We're adding `tpo.industryApprovals.ginnieMae`.

Users within `tpo.team` now have an `isAuthorizedSigner` field.

<Tip>
  **Tip**: `licensing.loanOfficers` and `licensing.branches` cannot be requested using the `Fetch all applications` endpoint. In general, we don't recommend using the `Fetch all applications` endpoint with many complex fields. This can cause errors as a result of trying to fetch too much data at once. You can fetch complex, detailed data using the `Fetch single application` endpoint for a single application.
</Tip>
