Method: apps.search
Stay organized with collections
Save and categorize content based on your preferences.
Searches for Apps accessible by the user.
HTTP request
GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
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.
|
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.
|
Request body
The request body must be empty.
Response body
Response message for apps.search
.
If successful, the response body contains data with the following structure:
JSON representation |
{
"apps": [
{
object (App )
}
],
"nextPageToken": string
} |
Fields |
apps[] |
object (App )
The apps accessible to the user calling the endpoint.
|
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.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/playdeveloperreporting
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-28 UTC."],[[["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."]]],[]]