@seamapi/http - v1.81.0
    Preparing search index...

    Class SeamHttpAcsSystems

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: { connected_account_id?: string; customer_key?: string }
        • Optionalconnected_account_id?: string

          ID of the connected account by which you want to filter the list of access systems.

        • Optionalcustomer_key?: string

          Customer key for which you want to list access systems.

      • options: AcsSystemsListOptions = {}

      Returns AcsSystemsListRequest

    • Parameters

      • Optionalparameters: {
            acs_encoders?: {
                hotek_metadata: { encoder_number: string };
                is_removed?: boolean;
            }[];
            acs_entrances?: {
                hotek_metadata: {
                    common_area_name?: string;
                    common_area_number?: string;
                    room_number?: string;
                };
                is_removed?: boolean;
            }[];
            acs_system_id: string;
        }
        • Optionalacs_encoders?: { hotek_metadata: { encoder_number: string }; is_removed?: boolean }[]

          Array of ACS encoders to report

        • Optionalacs_entrances?: {
              hotek_metadata: {
                  common_area_name?: string;
                  common_area_number?: string;
                  room_number?: string;
              };
              is_removed?: boolean;
          }[]

          Array of ACS entrances to report

        • acs_system_id: string

          ID of the ACS system to report resources for

      • options: AcsSystemsReportDevicesOptions = {}

      Returns AcsSystemsReportDevicesRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>