Last updated
Was this helpful?
Last updated
Was this helpful?
You can retrieve lists of entrances. You may want to display entrances categorized by type to provide more context to your app users. To fetch only guest or common entrances, filter using the visionline_metadata.door_category
property for entrances. The value for this property is set within the Visionline ACS.
To fetch only guest entrances, filter entrances to include only those with a visionline_metadata.properties.door_category
of guest
.
To fetch only common entrances, filter entrances to include only those with a visionline_metadata.properties.door_category
of common
or common (PMS)
.
Learn how to fetch various types of entrances to help provide more context for your app users.