Address
The resource Address provides information about listings that are at the same address.
This resource or some of its fields may not be available depending on your configuration.
| Field name | Description | |
|---|---|---|
| # | AddressKey | The unique identifier assigned to each record in the system. |
| # | ModificationTimestamp | The date and time when the record was last modified. |
| # | StreetKey | The unique identifier of the street. |
| # | StreetNumber | The full street number as it appears in the address (e.g., ‘123A’). May include letters or suffixes. |
| # | StreetNumberEnd | The ending number in a range of street numbers (e.g., for ‘100-110 Main St’, this would be ‘110’). Useful for representing address ranges. |
| # | StreetNumberNumeric | The numeric portion of the street number. Used for sorting or numerical operations. |
| # | StreetNumberStart | The starting number in a range of street numbers (e.g., for ‘100-110 Main St’, this would be ‘100’). Useful for representing address ranges. |
| # | UnitNumber | The unit number of the adress if any. |
| # | Listings | The listings associated to the address. This is a navigation field to Property. |
| # | Street | The street of the address. This is a navigation field to Street. |