propertyCategory in propertyAttributes - 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

The propertyCategory filter is used to return property attributes which matches classification derived from standardized land use code. Available values are:
Table 1.
Input Definition
C COMMERCIAL
R RESIDENTIAL
V VACANT
X OTHER

Below is a sample query showing usage of the propertyCategory in propertyAttributes filter:

{
  getById(id: "P00000I7PO0A", queryType: PRECISELY_ID) {
    propertyAttributes(propertyCategory: "C") {
      data {
        propertyCategory {
          value
          description
        }
      }
    }
  }
}