Method: apps.search
חיפוש אפליקציות שהמשתמש יכול לגשת אליהן.
בקשת HTTP
GET https://playdeveloperreporting.googleapis.com/v1beta1/apps:search
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של שאילתה
פרמטרים |
pageSize |
integer
מספר האפליקציות המקסימלי שיש להחזיר. השירות עשוי להחזיר ערך נמוך יותר מהערך הזה. אם לא צוין, יוחזרו 50 אפליקציות לכל היותר. הערך המקסימלי הוא 1,000. ערכים מעל 1,000 יאולצו ל-1,000.
|
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.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-11-29 (שעון UTC).
[null,null,["עדכון אחרון: 2023-11-29 (שעון 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."]]],["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"]]