Method: customers.apps.countChromeAppRequests
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Zusammenfassung von App-Installationsanfragen generieren
HTTP-Anfrage
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/apps:countChromeAppRequests
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
customer |
string
Erforderlich. Kundennummer oder „my_customer“, um den Kunden zu verwenden, der mit dem Konto verknüpft ist, über das die Anfrage erfolgt.
|
Abfrageparameter
Parameter |
orgUnitId |
string
Die ID der Organisationseinheit.
|
pageSize |
integer
Maximale Anzahl der zurückzugebenden Ergebnisse. Der Höchst- und Standardwert ist 50. Alles darüber wird auf 50 festgelegt.
|
pageToken |
string
Token, mit dem die Seite der Anfrage angegeben wird, die zurückgegeben werden soll.
|
orderBy |
string
Feld, anhand dessen die Ergebnisse sortiert werden. Unterstützte Felder:
- requestCount
- latestRequestTime
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwort mit einer Zusammenfassung der angeforderten App-Installationen.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"requestedApps": [
{
object (ChromeAppRequest )
}
],
"nextPageToken": string,
"totalSize": integer
} |
Felder |
requestedApps[] |
object (ChromeAppRequest )
Anzahl der angeforderten Apps, die der Anfrage entsprechen.
|
nextPageToken |
string
Token, mit dem die nächste Seite in der Liste angegeben wird.
|
totalSize |
integer
Gesamtzahl der übereinstimmenden App-Anfragen.
|
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
ChromeAppRequest
Details zu einer App-Installationsanfrage.
JSON-Darstellung |
{
"appId": string,
"displayName": string,
"appDetails": string,
"iconUri": string,
"detailUri": string,
"requestCount": string,
"latestRequestTime": string
} |
Felder |
appId |
string
Nur Ausgabe. Eindeutige Kennung für die App im Store. Beispiel: „gmbmikajjgmnabiglmofipeabaddhgne“ für die Chrome-Erweiterung „In Google Drive speichern“.
|
displayName |
string
Nur Ausgabe. Der Anzeigename der App.
|
appDetails |
string
Nur Ausgabe. Format: appDetails=customers/{customer_id}/apps/chrome/{appId}
|
iconUri |
string
Nur Ausgabe. Ein Link zu einem Bild, das als Symbol für das Produkt verwendet werden kann.
|
detailUri |
string
Nur Ausgabe. Die URI für die Detailseite des Artikels.
|
requestCount |
string (int64 format)
Nur Ausgabe. Gesamtzahl der Anfragen für diese App.
|
latestRequestTime |
string (Timestamp format)
Nur Ausgabe. Der Zeitstempel der letzten Anfrage für diese App. Es wird RFC 3339 verwendet, wobei die generierte Ausgabe immer Z-normalisiert ist und 0, 3, 6 oder 9 Glieder mit Dezimalstellen enthält. Andere Achsenbezeichnungen als „Z“ sind ebenfalls zulässig. Beispiele: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" oder "2014-10-02T15:01:23+05:30" .
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eSummarizes app installation requests for a given customer.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by organizational unit and ordering by request count or time.\u003c/p\u003e\n"],["\u003cp\u003eProvides app details such as ID, name, icon, and request count.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003echrome.management.appdetails.readonly\u003c/code\u003e authorization scope.\u003c/p\u003e\n"],["\u003cp\u003eResponse is paginated and includes a total count of matching requests.\u003c/p\u003e\n"]]],[],null,["# Method: customers.apps.countChromeAppRequests\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CountChromeAppRequestsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ChromeAppRequest](#ChromeAppRequest)\n - [JSON representation](#ChromeAppRequest.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nGenerate summary of app installation requests.\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/apps:countChromeAppRequests`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` Required. Customer id or \"my_customer\" to use the customer associated to the account making the request. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------|\n| `orgUnitId` | `string` The ID of the organizational unit. |\n| `pageSize` | `integer` Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50. |\n| `pageToken` | `string` Token to specify the page of the request to be returned. |\n| `orderBy` | `string` Field used to order results. Supported fields: - requestCount - latestRequestTime |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse containing summary of requested app installations.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"requestedApps\": [ { object (/chrome/management/reference/rest/v1/customers.apps/countChromeAppRequests#ChromeAppRequest) } ], \"nextPageToken\": string, \"totalSize\": integer } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requestedApps[]` | `object (`[ChromeAppRequest](/chrome/management/reference/rest/v1/customers.apps/countChromeAppRequests#ChromeAppRequest)`)` Count of requested apps matching request. |\n| `nextPageToken` | `string` Token to specify the next page in the list. |\n| `totalSize` | `integer` Total number of matching app requests. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.appdetails.readonly`\n\nChromeAppRequest\n----------------\n\nDetails of an app installation request.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"appId\": string, \"displayName\": string, \"appDetails\": string, \"iconUri\": string, \"detailUri\": string, \"requestCount\": string, \"latestRequestTime\": string } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `appId` | `string` Output only. Unique store identifier for the app. Example: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension. |\n| `displayName` | `string` Output only. App's display name. |\n| `appDetails` | `string` Output only. Format: appDetails=customers/{customer_id}/apps/chrome/{appId} |\n| `iconUri` | `string` Output only. A link to an image that can be used as an icon for the product. |\n| `detailUri` | `string` Output only. The uri for the detail page of the item. |\n| `requestCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Total count of requests for this app. |\n| `latestRequestTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The timestamp of the most recently made request for this app. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |"]]