Retrieving Guest and Common Entrances
Learn how to fetch various types of entrances to help provide more context for your app users.
Last updated
Learn how to fetch various types of entrances to help provide more context for your app users.
Last updated
© Seam Labs, Inc. All rights reserved.
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)
.