Method: sites.releases.list

列出已為指定網站或頻道建立的版本。

當用於列出網站的版本時,此清單包括指定網站的預設live頻道和任何活動預覽頻道的版本。

HTTP請求

GET https://firebasehosting.googleapis.com/v1beta1/{parent=sites/*}/releases

URL 使用gRPC 轉碼語法。

路徑參數

參數
parent

string

必需的。若要列出版本的網站或頻道,採用以下格式之一:

  • sites/ SITE_ID

  • sites/ SITE_ID /channels/ CHANNEL_ID

查詢參數

參數
pageSize

integer

要傳回的最大版本數。

如果存在的版本少於此最大數量,則服務可能會傳回較小的數量。
如果未指定,則預設為 100。

pageToken

string

來自先前呼叫releases.listchannels.releases.list的令牌,告訴伺服器從哪裡恢復清單。

請求正文

請求內文必須為空。

響應體

如果成功,回應正文將包含ListReleasesResponse的實例。

授權範圍

需要以下 OAuth 範圍之一:

  • https://www.googleapis.com/auth/firebase.hosting.readonly
  • https://www.googleapis.com/auth/firebase.hosting
  • https://www.googleapis.com/auth/firebase.readonly
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/cloud-platform

有關詳細信息,請參閱身份驗證概述