API – Get Admin Stats
General
To get admin stats for a loan, send a request to a URL formatted as follows:
GET https://loanpro.simnang.com/api/public/api/1/Loans({id})/Autopal.GetAdminStats()
Make sure to replace {id} with the ID of the target loan. This will return all of the admin stats for a given loan.
If you wish to only return a subset of the admin stats, input your selection into the parentheses of GetAdminStats, like shown below:
GET https://loanpro.simnang.com/api/public/api/1/Loans({id})/Autopal.GetAdminStats(paidoff)
Below is a table of all available options:
Variable | Description |
all | Returns all of the stats; same as not passing in anything into the parentheses |
active | Returns the active stats for the loan |
paidoff | Returns the stats for the amount paid off |
repossessed | Returns the repossession stats for the loan |