Google Business Performance API 的 
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
 請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
  
        
 
       
     
  
  
  
    
  
  
  
    
      Method: accounts.list
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
      
      
        列出已驗證使用者的所有帳戶。包括使用者擁有的所有帳戶,以及使用者俱備管理權限的所有帳戶。
      
      
        
          HTTP 要求
          GET https://mybusiness.googleapis.com/v4/accounts
這個網址使用 gRPC 轉碼語法。
        
        
          查詢參數
          
            
              
                | 參數 | 
              
            
            
              
                pageSize | 
                
                   integer 
                  每頁要擷取的帳戶數量。預設值為 20,最少為 2,頁面大小上限為 20。 
                 | 
              
              
                pageToken | 
                
                   string 
                  如有指定,系統就會擷取帳戶的下一頁。如果呼叫 accounts.list 傳回的結果超出要求的網頁大小,系統會傳回 pageToken。 
                 | 
              
              
                name | 
                
                   string 
                  要擷取可直接存取的帳戶清單的帳戶資源名稱。這對「機構」和「使用者群組」來說才有意義。如果留空,系統會針對已驗證使用者傳回 accounts.list。 
                 | 
              
              
                filter | 
                
                   string 
                  篩選器會限制要傳回的帳戶。回應只會包含與篩選條件相符的項目。如果 filter 空白,則系統不會套用任何限制,且會針對要求的帳戶擷取所有帳戶 (已分頁)。 舉例來說,含有 type=USER_GROUP 篩選器的要求只會傳回使用者群組。 
                 | 
              
            
          
        
        
        
          回應主體
          如果成功,回應主體會含有以下結構的資料:
          
            
              針對 Accounts.ListAccounts 的回應訊息。
            
            
              
                
                  
                    | JSON 表示法 | 
                  
                
                
                  
                    {
  "accounts": [
    {
      object (Account)
    }
  ],
  "nextPageToken": string
} | 
                  
                
              
            
            
              
                
                  
                    | 欄位 | 
                  
                
                
                  
                    accounts[] | 
                    
                       object (Account) 
                      使用者有權存取的帳戶集合。執行查詢的使用者個人帳戶一律是搜尋結果的第一個項目,除非該帳戶已篩除。 
                     | 
                  
                  
                    nextPageToken | 
                    
                       string 
                      如果帳戶數量超過要求的頁面大小,這個欄位就會填入權杖,以便在後續呼叫 accounts.list 時擷取下一頁的帳戶。如果沒有其他帳戶,則回覆中就不會出現這個欄位。 
                     | 
                  
                
              
            
          
        
        
          授權範圍
          需要下列其中一種 OAuth 範圍:
          
            https://www.googleapis.com/auth/plus.business.manage 
            https://www.googleapis.com/auth/business.manage 
          
詳情請參閱 OAuth 2.0 總覽。
        
      
    
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間:2025-07-25 (世界標準時間)。
  
  
  
    
      [[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["This document outlines how to retrieve a list of accounts for an authenticated user via a `GET` request to `https://mybusiness.googleapis.com/v4/accounts`. The request can utilize query parameters like `pageSize`, `pageToken`, `name`, and `filter` to control the results. The request body must be empty.  A successful response includes an array of `accounts` and optionally a `nextPageToken` for pagination. Authorization requires specific OAuth scopes.\n"]]