Report ACS Resources

Reports ACS system resources including encoders and entrances with their metadata.

This endpoint allows reporting of:

  • ACS encoders with removal status and encoder port metadata

  • ACS entrances with room number metadata

Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_system_id String (Required)

ID of the ACS system to report resources for


acs_encoders Array of Objects

Array of ACS encoders to report

hotek_metadata Object


is_removed Boolean

Whether the encoder is removed


acs_entrances Array of Objects

Array of ACS entrances to report

hotek_metadata Object

Hotek-specific metadata associated with the entrance.


is_removed Boolean

Whether the entrance is removed


Response

void

Last updated

Was this helpful?