Method: projects.locations.investigations.list

列出指定專案和位置的調查。

HTTP 要求

GET https://geminicloudassist.googleapis.com/v1alpha/{parent=projects/*/locations/*}/investigations

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

這是必要旗標,ListInvestigationsRequest 的父項值

查詢參數

參數
pageSize

integer

(選用步驟) 要求的頁面大小。伺服器傳回的項目數量可能會少於要求數量。如未指定,伺服器會挑選適當的預設值。

pageToken

string

(選用步驟) 伺服器應傳回的結果頁面識別符記。

filter

string

(選用步驟) 篩選結果

orderBy

string

(選用步驟) 如何排序結果的提示

要求主體

要求主體必須為空白。

回應主體

回覆商家檔案調查的訊息

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "investigations": [
    {
      object (Investigation)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
欄位
investigations[]

object (Investigation)

調查清單

nextPageToken

string

伺服器應傳回的結果頁面識別符記。

unreachable[]

string

未排序的清單。無法抵達的地點。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱Authentication Overview

IAM 權限

需要 parent 資源的下列 IAM 權限:

  • geminicloudassist.investigations.list

詳情請參閱 IAM 說明文件