These are use cases and examples for the Data Graph API's Data Link for GeoX Property dataset.
The query below returns the attributes for the record associated with the input address.
query GetByAddress {
getByAddress(address: "1746 S Spartan Ct, Gilbert, AZ 85233") {
datalinkGeoXProperty {
data {
buildingID
footprintID
centerLongitude
centerLatitude
coordinateReferenceSystem
footprintAreaSquareFootage
yearBuilt
occupancy
occupancyOfClosestBuildings
landUseDescription
maximumBuildingHeightFeet
minimumGroundHeightFeet
numberOfStories
squareFootage
poolCount
poolEnclosureCount
temporaryPoolCount
trampolineCount
numberOfBuildingsInParcel
imageDate
modelRunDate
}
}
}
}