Type Alias GetInstalledLocationsParams

GetInstalledLocationsParams: {
    companyId: string;
    appId: string;
    isInstalled?: boolean;
    limit?: string;
    onTrial?: boolean;
    planId?: string;
    query?: string;
    skip?: string;
}

Type declaration

  • companyId: string

    Filters out location which are installed for specified app under the specified companyId

    true
    
  • appId: string

    Parameter to search by the appId

    tDtDnQdgm2LXpyiqYvZ6
    
  • OptionalisInstalled?: boolean

    Filters out location which are installed for specified app under the specified company

    true
    
  • Optionallimit?: string

    Parameter to limit the number installed locations

    10
    
    20
    
  • OptionalonTrial?: boolean

    Filters out locations which are installed for specified app in trial mode

    true
    
  • OptionalplanId?: string

    Filters out location which are installed for specified app under the specified planId

    true
    
  • Optionalquery?: string

    Parameter to search for the installed location by name

    location name
    
  • Optionalskip?: string

    Parameter to skip the number installed locations

    1
    
    0