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

    Class SeamHttpSeamCustomerV1Spaces

    Index

    Constructors

    Properties

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

    Methods

    • Parameters

      • Optionalparameters: {
            acs_entrance_ids?: string[];
            device_ids?: string[];
            name: string;
            parent_space_key?: string;
            parent_space_name?: string;
            space_key?: string;
        }
        • Optionalacs_entrance_ids?: string[]

          IDs of the entrances that you want to add to the new space.

        • Optionaldevice_ids?: string[]

          IDs of the devices that you want to add to the new space.

        • name: string

          Name of the space that you want to create.

        • Optionalparent_space_key?: string

          Space key of the parent space for this space.

        • Optionalparent_space_name?: string

          Name of the parent space for this space.

        • Optionalspace_key?: string

          Unique key for the space within the workspace.

      • options: SeamCustomerV1SpacesCreateOptions = {}

      Returns SeamCustomerV1SpacesCreateRequest

    • Parameters

      • Optionalparameters: { connected_account_id?: string; search?: string; space_key?: string }
        • Optionalconnected_account_id?: string

          Filter spaces to only include those that contain devices or access control systems belonging to the specified connected account.

        • Optionalsearch?: string

          String for which to search. Filters returned spaces to include all records that satisfy a partial match using name.

        • Optionalspace_key?: string

          Filter spaces by space_key.

      • options: SeamCustomerV1SpacesListOptions = {}

      Returns SeamCustomerV1SpacesListRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>