How Do I Get ALL Values returned from Endpoint

Most ATTOM API endpoints only return values for fields where they are not null. This is done to reduce the volume of data being returned as some of our endpoints can potentially return hundreds of fields for a single property.

If you wish to see a list of every field that is returned from an endpoint then add the parameters "debug=true" to the body of the request.

/propertyapi/v1.0.0/property/basicprofile?address1=4529 Winona Court&address2=Denver, CO&debug=true
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.