githubEdit

Get an Entrance

Get a specified entrance

Returns a specified entrance.

/acs/entrances/get

post

Returns a specified access system entrance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_entrance_idstring · uuidRequired

ID of the entrance that you want to get.

Responses
chevron-right
200

OK

application/json
post
/acs/entrances/get

Request

Specify the desired entrance by including the corresponding acs_entrance_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_entrance_id

String (UUID) Required

ID of the desired entrance

Sample Request

Response

Returns an acs_entrance containing the following properties:

Property
Description

acs_entrance_id

ID of the entrance

acs_system_id

ID of the access control system that contains the entrance

workspace_id

ID of the workspace that contains the user

display_name

Display name for the entrance

XXX_metadata

ACS manufacturer-specific metadata for the entrance, where XXX is the manufacturer

created_at

Date and time at which the entrance was created

Sample Response

circle-info

This response contains manufacturer-specific metadata that may vary by manufacturer.

Last updated

Was this helpful?