Requires authorization
Retrieves a Chrome OS device's properties. Try it now.
Request
HTTP request
GET https://www.googleapis.com/admin/directory/v1/customer/customerId/devices/chromeos/deviceId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
customerId |
string |
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customerId . The customerId is also returned as part of the Users resource.
|
deviceId |
string |
The unique ID of the device. The deviceId s are returned in the response from the chromeosdevices.list method.
|
Optional query parameters | ||
projection |
string |
Determines whether the response contains the full list of properties or only a subset.
Acceptable values are:
|
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly |
https://www.googleapis.com/auth/admin.directory.device.chromeos |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Chromeosdevices resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.