Method: apps.search
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Busca las apps a las que puede acceder el usuario.
Solicitud HTTP
GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de consulta
Parámetros |
pageSize |
integer
Es la cantidad máxima de apps que se devolverán. El servicio puede mostrar menos que este valor. Si no se especifica, se devolverán, como máximo, 50 apps. El valor máximo es 1,000; valores superiores a 1,000 se convertirán en 1,000.
|
pageToken |
string
Un token de página, recibido desde una llamada apps.search anterior. Proporciona esto para recuperar la página siguiente. Cuando se realiza la paginación, todos los demás parámetros proporcionados a apps.search deben guardar correspondencia con la llamada que proporcionó el token de la página.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Mensaje de respuesta para apps.search
.
Si se ejecuta correctamente, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
Representación JSON |
{
"apps": [
{
object (App )
}
],
"nextPageToken": string
} |
Campos |
apps[] |
object (App )
Son las apps a las que puede acceder el usuario que llama al extremo.
|
nextPageToken |
string
Un token, que se puede enviar como pageToken para recuperar la página siguiente. Si se omite este campo, no habrá páginas siguientes.
|
Alcances de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/playdeveloperreporting
Para obtener más información, consulta OAuth 2.0 Overview.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\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)."]]