List Households

List all households

Query parameters

fieldsstringOptionalformat: "^([a-zA-Z\.],?)+$"
Specific fields requested in the response. Defaults to all fields.
sortstringOptionalformat: "^([a-zA-Z]+(:(asc|desc)+)?,?)+$"

CSV of sort value pairs by field (eg. date:asc). Sorts descending date fields by default and ascending elsewhere

filterstringOptional

Filter expression as defined by Fortress Query Language (FQL)

pageintegerOptionalDefaults to 0
the page number when used with pagination, defaults to 0
limitintegerOptionalDefaults to 10

How many items to return at one time (default 10)

Response

A paged array of households
applicationobject
applicationIdstringformat: "uuid"
attachmentslist of objects
balanceobject
certificationslist of objects
claimslist of objects
configurationany
createdAtdatetime
currentCertificationobject
currentCertificationIdstringformat: "uuid"
currentLeaseIdstringformat: "uuid"
Current active lease for the household.
currentUnitIdstringformat: "uuid"
Current unit the household is associated with. Set only when the lease is active
customerslist of objects
deletedAtdatetime
documentslist of objects
glEntrieslist of objects
idstringformat: "uuid"
idempotencyIdstringformat: "uuid"
isUnderEvictionboolean
leaseobject
leaseslist of objects
moveOutslist of objects
organizationany
organizationIdstringformat: "uuid"
primaryCustomerobject
primaryCustomerIdstringformat: "uuid"
propertyobject
propertyIdstringformat: "uuid"
prospectobject
prospectIdstringformat: "uuid"
readableIdstring
reversalslist of objects
scheduledTransactionslist of objects
screeningslist of objects
statusenum
Allowed values:
totalActiveFeesAmountdouble

Sum of all active non-optional fee (charge) monthly lease transactions for the household

totalActiveRentAmountdouble
Sum of all active RENT monthly lease transactions for the household
totalActiveSubsidyAmountdouble
Sum of all active SUBRENT monthly lease transactions for the household
transactionslist of objects
unitobject
updatedAtdatetime
workOrderslist of objects
unitIdstringformat: "uuid"Deprecated
Deprecated, use currentUnitId instead