- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- ChromeAppRequest
- Try it!
Generate summary of app installation requests.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/apps:countChromeAppRequests
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
Required. Customer id or "my_customer" to use the customer associated to the account making the request. |
Query parameters
Parameters | |
---|---|
org |
The ID of the organizational unit. |
page |
Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50. |
page |
Token to specify the page of the request to be returned. |
order |
Field used to order results. Supported fields:
|
Request body
The request body must be empty.
Response body
Response containing summary of requested app installations.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"requestedApps": [
{
object ( |
Fields | |
---|---|
requested |
Count of requested apps matching request. |
next |
Token to specify the next page in the list. |
total |
Total number of matching app requests. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
ChromeAppRequest
Details of an app installation request.
JSON representation |
---|
{ "appId": string, "displayName": string, "appDetails": string, "iconUri": string, "detailUri": string, "requestCount": string, "latestRequestTime": string } |
Fields | |
---|---|
app |
Output only. Unique store identifier for the app. Example: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension. |
display |
Output only. App's display name. |
app |
Output only. Format: appDetails=customers/{customer_id}/apps/chrome/{appId} |
icon |
Output only. A link to an image that can be used as an icon for the product. |
detail |
Output only. The uri for the detail page of the item. |
request |
Output only. Total count of requests for this app. |
latest |
Output only. The timestamp of the most recently made request for this app. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |