The Permissions Object
Each listing has a permissions object that looks like this:
permissions: {
displayAddressOnInternet: 'Y',
displayPublic: 'Y',
displayInternetEntireListing: 'Y'
}
Here's an explanation of what the keys and values mean:
Y = Yes
N = No
displayAddressOnInternet
- This indicates whether or not the listing's address can be displayed on internet portals.
displayPublic
- This indicates whether or not the listing should require sign in. Typically all unavailable listings require sign in, however there are some MLSes that require sign in for some active listings as well.
displayInternetEntireListing
- This indicates whether or not the listing can be displayed on customer-facing applications. Even if the customer is signed in they should not be able to view a listing if this value is 'N'. For back-office applications that only agents have access to, this key has no relevance.
Updated on: 29/11/2024
Thank you!