Method: apps.search
HTTP 要求
GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search
這個網址使用 gRPC 轉碼語法。
查詢參數
參數 |
pageSize |
integer
可傳回的應用程式數量上限。服務傳回的產品數量可能會少於這個值。如未指定,最多將傳回 50 個應用程式。許可的最大值為 1000;超出的數值將一律指定為 1000。
|
pageToken |
string
屬於接收自前一個 apps.search 呼叫的網頁權杖。提供此項目即可擷取後續網頁。進行分頁時,提供至 apps.search 的所有其他參數須與提供網頁權杖的呼叫相符。
|
回應主體
apps.search
的回應訊息。
如果成功,回應主體即會包含具有以下結構的資料:
JSON 表示法 |
{
"apps": [
{
object (App )
}
],
"nextPageToken": string
} |
欄位 |
apps[] |
object (App )
使用者呼叫端點時可存取的應用程式。
|
nextPageToken |
string
可做為 pageToken 傳送的權杖,用於擷取後續網頁。如果省略這個欄位,就不會有後續頁面。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/playdeveloperreporting
詳情請參閱 OAuth 2.0 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-11-29 (世界標準時間)。
[null,null,["上次更新時間:2023-11-29 (世界標準時間)。"],[[["Searches for and returns a list of apps accessible by the user making the request."],["Allows pagination to retrieve large sets of apps using `pageSize` and `pageToken` parameters."],["The response includes an array of apps and a token for accessing the next page of results if available."],["Requires authorization with the `https://www.googleapis.com/auth/playdeveloperreporting` scope."]]],["This API endpoint, `GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search`, retrieves apps accessible to a user. The request uses query parameters `pageSize` (max 1000) and `pageToken` for pagination. The request body is empty. The response includes an array of `apps` and a `nextPageToken` for subsequent pages if any. Requires `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope for authorization. The maximum number of apps returned if `pageSize` is not provided is 50.\n"]]