Address Geocode - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

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
        }
    }
}