Get a single Credit Application by its id
Usage with the Drivly SDK
id of the Credit Application
number of levels to automatically populate relationships and uploads
retrieves document(s) in a specific locale
specifies a fallback locale if no locale value exists
sort by field
pass a where query to constrain returned documents (complex type, see documentation)
{
"or": [
{ "color": { "equals": "mint" } },
{
"and": [
{ "color": { "equals": "white" } },
{ "featured": { "equals": false } }
]
}
]
}limit the returned documents to a certain number
get a specific page of documents
ok
Production, Development DRAFT, SUBMITTED, APPROVED, DENIED, CANCELLED primaryApplicant, primaryApplicant.currentResidence, primaryApplicant.currentEmployment, primaryApplicant.additionalIncome, primaryApplicant.previousResidence, primaryApplicant.previousEmployment, coApplicant, coApplicant.currentResidence, coApplicant.currentEmployment, coApplicant.additionalIncome, coApplicant.previousResidence, coApplicant.previousEmployment, vehicle, vehicle.lien, financeAmount, applicationType, primaryApplicant.agreeTerms, coApplicant.agreeTerms REFINANCE, PURCHASE, LEASE_BUYOUT