Get an ACS System

POST /acs/systems/get ⇒ { acs_system }

Returns a specified access control system.

Specify the desired access control system by including the corresponding acs_system_id in the request body.

Request

await seam.acs.systems.get({
  acs_system_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
});

Response

[{ "acs_system_id": "8d7e0b3a-b889-49a7-9164-4b71a0506a33" }]

Request Parameters

acs_system_id

Type: string Required: Yes

ID of the desired access control system.


Return Type

acs_system

Last updated

Logo

© Seam Labs, Inc. All rights reserved.