Method: customers.apps.countChromeAppRequests
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Genera un riepilogo delle richieste di installazione di app.
Richiesta HTTP
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/apps:countChromeAppRequests
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
customer |
string
Obbligatorio. ID cliente o "my_customer" per utilizzare il cliente associato all'account che effettua la richiesta.
|
Parametri di query
Parametri |
orgUnitId |
string
L'ID dell'unità organizzativa.
|
pageSize |
integer
Il numero massimo di risultati da restituire. Il valore massimo e predefinito è 50, qualsiasi valore superiore verrà forzato a 50.
|
pageToken |
string
Token per specificare la pagina della richiesta da restituire.
|
orderBy |
string
Campo utilizzato per ordinare i risultati. Campi supportati:
- requestCount
- latestRequestTime
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Risposta contenente il riepilogo delle installazioni di app richieste.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"requestedApps": [
{
object (ChromeAppRequest )
}
],
"nextPageToken": string,
"totalSize": integer
} |
Campi |
requestedApps[] |
object (ChromeAppRequest )
Conteggio delle app richieste corrispondenti alla richiesta.
|
nextPageToken |
string
Token per specificare la pagina successiva nell'elenco.
|
totalSize |
integer
Numero totale di richieste di app corrispondenti.
|
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
ChromeAppRequest
Dettagli di una richiesta di installazione di app.
Rappresentazione JSON |
{
"appId": string,
"displayName": string,
"appDetails": string,
"iconUri": string,
"detailUri": string,
"requestCount": string,
"latestRequestTime": string
} |
Campi |
appId |
string
Solo output. Identificatore univoco dello store per l'app. Esempio: "gmbmikajjgmnabiglmofipeabaddhgne" per l'estensione di Chrome Salva in Google Drive.
|
displayName |
string
Solo output. Il nome visualizzato dell'app.
|
appDetails |
string
Solo output. Formato: appDetails=customers/{customer_id}/apps/chrome/{appId}
|
iconUri |
string
Solo output. Un link a un'immagine che può essere utilizzata come icona per il prodotto.
|
detailUri |
string
Solo output. L'URI della pagina dei dettagli dell'articolo.
|
requestCount |
string (int64 format)
Solo output. Conteggio totale delle richieste per questa app.
|
latestRequestTime |
string (Timestamp format)
Solo output. Il timestamp della richiesta più recente effettuata per questa app. Utilizza RFC 3339, in cui l'output generato sarà sempre normalizzato in base a Z e utilizza 0, 3, 6 o 9 cifre decimali. Sono accettati anche offset diversi da "Z". Esempi: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30" .
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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\"`. |"]]