Retrieving Guest and Common Entrances
Learn how to fetch various types of entrances to help provide more context for your app users.
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.
Fetch Guest Entrances
To fetch only guest entrances, filter entrances to include only those with a visionline_metadata.properties.door_category
of guest
.
Fetch Common Entrances
To fetch only common entrances, filter entrances to include only those with a visionline_metadata.properties.door_category
of common
or common (PMS)
.
PreviousIssuing Various Types of Guest Joiner Mobile CredentialsNextChecking if a User Identity Has a Phone That Is Set up for a Credential Manager
Last updated