List Systems
POST /acs/systems/list โ { acs_systems }
Returns a list of all access control systems.
To filter the list of returned access control systems by a specific connected account ID, include the connected_account_id
in the request body. If you omit the connected_account_id
parameter, the response includes all access control systems connected to your workspace.
Return Type: acs_system
Request Parameters
connected_account_id
connected_account_id
Type: string
Required: No
ID of the connected account by which to filter the list of returned access control systems.
Last updated
Was this helpful?