Constructors
constructor
- new SeamHttpAcsSystems(apiKeyOrOptions?): SeamHttpAcsSystems
 
Properties
client
client: AxiosInstance
Methods
get
- get(body?): Promise<{ 
    acs_system_id: string; 
    connected_account_ids: string[]; 
    created_at: string; 
    external_type: "pti_site" | "alta_org" | "brivo_system"; 
    external_type_display_name: string; 
    name: string; 
    system_type: "pti_site" | "alta_org" | "brivo_system"; 
    system_type_display_name: string; 
}> Parameters
Optional body: { 
    acs_system_id: string; 
}
Returns Promise<{ 
    acs_system_id: string; 
    connected_account_ids: string[]; 
    created_at: string; 
    external_type: "pti_site" | "alta_org" | "brivo_system"; 
    external_type_display_name: string; 
    name: string; 
    system_type: "pti_site" | "alta_org" | "brivo_system"; 
    system_type_display_name: string; 
}>
list
- list(body?): Promise<{ 
    acs_system_id: string; 
    connected_account_ids: string[]; 
    created_at: string; 
    external_type: "pti_site" | "alta_org" | "brivo_system"; 
    external_type_display_name: string; 
    name: string; 
    system_type: "pti_site" | "alta_org" | "brivo_system"; 
    system_type_display_name: string; 
}[]> Parameters
Optional body: { 
    connected_account_id?: string; 
}
Optional connected_account_id?: string
Returns Promise<{ 
    acs_system_id: string; 
    connected_account_ids: string[]; 
    created_at: string; 
    external_type: "pti_site" | "alta_org" | "brivo_system"; 
    external_type_display_name: string; 
    name: string; 
    system_type: "pti_site" | "alta_org" | "brivo_system"; 
    system_type_display_name: string; 
}[]>
Static fromApiKey
- fromApiKey(apiKey, options?): SeamHttpAcsSystems
 
Static fromClient
- fromClient(client, options?): SeamHttpAcsSystems
 
Static fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcsSystems
 Parameters
clientSessionToken: string
Static fromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpAcsSystems
 Parameters
consoleSessionToken: string
workspaceId: string
Static fromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpAcsSystems
 Parameters
personalAccessToken: string
workspaceId: string
Static fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcsSystems>
 Parameters
publishableKey: string
userIdentifierKey: string