Returns the full response from the Address Geocode Service.
For more information about Precisely's Address Geocode Service see Address Geocode Service. Accessing Address Geocode requires an additional entitlement.
Property Attributes from Address Geocode
The query below returns the attributes for the record related to the input PreciselyID.
query propertyAttributesByAddress {
getByAddress(address: "3145 Geneva St Denver") {
addressGeocode {
address
addressLines
location
explanation
customFields
}
}
}