Method: apps.search
HTTP 要求
GET https://playdeveloperreporting.googleapis.com/v1alpha1/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 Apps accessible by the user via a GET request."],["Request parameters include `pageSize` to limit the maximum number of apps returned and `pageToken` for pagination."],["The response body contains a list of accessible apps and a token for retrieving subsequent pages, if available."],["Requires authorization with the `https://www.googleapis.com/auth/playdeveloperreporting` scope."]]],["This API endpoint facilitates searching for user-accessible apps via a `GET` request to `https://playdeveloperreporting.googleapis.com/v1alpha1/apps:search`. It accepts `pageSize` and `pageToken` as query parameters, with an empty request body. The response contains an array of `apps` and a `nextPageToken` for pagination. The maximum page size is 1000, defaulting to 50. Successful authorization requires the `https://www.googleapis.com/auth/playdeveloperreporting` OAuth scope.\n"]]