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 Overview。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eSearches for and returns a list of apps accessible by the user making the request.\u003c/p\u003e\n"],["\u003cp\u003eAllows pagination to retrieve large sets of apps using \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of apps and a token for accessing the next page of results if available.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/playdeveloperreporting\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: apps.search\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.SearchAccessibleAppsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nSearches for Apps accessible by the user.\n\n### HTTP request\n\n`GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |\n| `pageToken` | `string` A page token, received from a previous `apps.search` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `apps.search` must match the call that provided the page token. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [apps.search](/play/developer/reporting/reference/rest/v1beta1/apps/search#google.play.developer.reporting.v1beta1.ReportingService.SearchAccessibleApps).\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"apps\": [ { object (/play/developer/reporting/reference/rest/v1beta1/apps#App) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `apps[]` | `object (`[App](/play/developer/reporting/reference/rest/v1beta1/apps#App)`)` The apps accessible to the user calling the endpoint. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/playdeveloperreporting`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]