- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Device
- Try it!
Generate report of managed Chrome browser devices that have a specified app installed.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:findInstalledAppDevices
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. |
app |
Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). |
app |
Type of the app. |
page |
Maximum number of results to return. Maximum and default are 100. |
page |
Token to specify the page of the request to be returned. |
order |
Field used to order results. Supported order by fields:
|
filter |
Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields:
|
Request body
The request body must be empty.
Response body
Response containing a list of devices with queried app installed.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"devices": [
{
object ( |
Fields | |
---|---|
devices[] |
A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field. |
next |
Token to specify the next page of the request. |
total |
Total number of devices matching request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.reports.readonly
Device
Describes a device reporting Chrome browser information.
JSON representation |
---|
{ "deviceId": string, "machine": string } |
Fields | |
---|---|
device |
Output only. The ID of the device that reported this Chrome browser information. |
machine |
Output only. The name of the machine within its local network. |