AchievementConfigurations: list

需要授權

傳回此應用程式中的關卡設定清單。

要求

HTTP 要求

GET https://www.googleapis.com/games/v1configuration/applications/applicationId/achievements

參數

參數名稱 說明
路徑參數
applicationId string Google Play 管理中心的應用程式 ID。
自選查詢參數
maxResults integer 回應中要傳回的資源設定數量上限,用於分頁。在任何回應中,實際傳回的資源數量可能會少於指定的 maxResults。可接受的值為 1200 (含頭尾)。
pageToken string 上一個要求傳回的權杖。

授權

這項要求需要下列範圍的授權 (進一步瞭解驗證和授權)。

範圍
https://www.googleapis.com/auth/androidpublisher

要求主體

請勿使用這個方法提供要求主體。

回應

如果成功的話,這個方法會傳回回應內文,其結構如下:

{
  "kind": "gamesConfiguration#achievementConfigurationListResponse",
  "nextPageToken": string,
  "items": [
    achievementConfigurations Resource
  ]
}
屬性名稱 說明 附註
kind string 專門識別這個資源的類型。值一律為固定字串 games#achievementConfigurationListResponse
nextPageToken string 下一頁結果的分頁符記。
items[] list 關卡設定。