This request retrieves a history of Daily Snapshot information.
Click here to learn more about this request
This request uses LoanPro's Daily Snapshot feature to retrieve the history of captured account values. Note the following when using this request:
This request retrieves a full history of Daily Snapshot information. Use a filter to retrieve specific Daily Snapshot information. Current loan information is calculated daily during your tenant account's daily maintenance process.
The LoanStatusArchive
object holds Daily Snapshot information. This object holds the following information and more:
- Due amounts
- Payoff
- Escrow breakdown
- Loan Status and Sub-Status, Stoplights, and Portfolios
For an example of how Daily Snapshot reports work within the UI, take a look at our Daily Snapshot article.
Filtering
Results can be filtered by any field to shorten responses or select a specific result. Here's an example that filters results by a specific loan ID and retrieves snapshots of dates that fall within a specified range:
{baseUrl}/odata.svc/LoanStatusArchive?$filter=id eq 123 and date ge datetime'2025-06-01' and date le datetime'2025-06-13'
View Filtering and Paginating Results to learn more about filtering and paginating responses from the LMS API.
Database
For information regarding loan database tables, see the following articles:
Database – Loan Table (loan_entity)