Skip to main content
POST
/
acs
/
systems
/
report_devices
await seam.acs.systems.reportDevices({ acs_system_id: "182ea706-8e14-4921-8e57-ee18d5a7de31", acs_encoders: [ { hotek_metadata: { encoder_number: "1" } }, { is_removed: true, hotek_metadata: { encoder_number: "2" } }, ], acs_entrances: [ { hotek_metadata: { room_number: "203" } }, { is_removed: true, hotek_metadata: { room_number: "500" } }, { hotek_metadata: { common_area_name: "Gym", common_area_number: "2" } }, ], }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_system_id
string<uuid>
required

ID of the ACS system to report resources for

acs_encoders
object[]

Array of ACS encoders to report

acs_entrances
object[]

Array of ACS entrances to report

Response

OK

ok
boolean
required