Method: apps.search
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Pesquisa apps acessíveis ao usuário.
Solicitação HTTP
GET https://playdeveloperreporting.googleapis.com/v1alpha1/apps:search
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de consulta
Parâmetros |
pageSize |
integer
O número máximo de apps a serem retornados. O serviço pode retornar menos que esse valor. Se não for especificado, no máximo 50 apps serão retornados. O valor máximo é 1.000. Valores maiores serão convertidos para 1.000.
|
pageToken |
string
Um token de página recebido de uma chamada apps.search anterior. Forneça isso para recuperar a página subsequente. Na paginação, todos os outros parâmetros enviados para apps.search precisam corresponder à chamada que proporcionou o token da página.
|
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Mensagem de resposta para apps.search
.
Se bem-sucedido, o corpo da resposta incluirá dados com a estrutura a seguir:
Representação JSON |
{
"apps": [
{
object (App )
}
],
"nextPageToken": string
} |
Campos |
apps[] |
object (App )
Os apps acessíveis ao usuário que chama o endpoint.
|
nextPageToken |
string
Um token, que pode ser enviado como pageToken para recuperar a próxima página. Se esse campo for omitido, não haverá páginas subsequentes.
|
Escopos de autorização
Requer o seguinte escopo OAuth:
https://www.googleapis.com/auth/playdeveloperreporting
Para mais informações, consulte o OAuth 2.0 Overview.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 2025-07-26 UTC."],[[["\u003cp\u003eSearches for Apps accessible by the user via a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequest parameters include \u003ccode\u003epageSize\u003c/code\u003e to limit the maximum number of apps returned and \u003ccode\u003epageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of accessible apps and a token for retrieving subsequent pages, 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 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"],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/v1alpha1/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/v1alpha1/apps/search#google.play.developer.reporting.v1alpha1.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/v1alpha1/apps#App) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `apps[]` | `object (`[App](/play/developer/reporting/reference/rest/v1alpha1/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)."]]