The query below returns the Data Link for Overture results for the provided address.
query GetByAddress {
getByAddress(address: "4161 Voltaire St, San Diego, CA") {
datalinkOverture {
data {
linkId
linkIdDate
linkIdType
preciselyId
preciselyIdVintage
}
}
}
}