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" }]
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
acs_system_id
acs_system_id
Type: string
Required: Yes
ID of the desired access control system.
Return Type
Last updated
Was this helpful?