Method: chromeosdevices.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウント内の ChromeOS デバイスのページネーション付きリストを取得します。
HTTP リクエスト
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customerId |
string
お客様の Google Workspace アカウントの一意の ID。アカウント管理者は、アカウントの customerId を表す my_customer エイリアスを使用することもできます。customerId は、ユーザー リソースの一部としても返されます。
|
クエリ パラメータ
パラメータ |
maxResults |
integer
返される結果の最大数。値は 300 以下にする必要があります。
|
orderBy |
enum (OrderBy )
結果の並べ替えに使用するデバイスのプロパティです。
|
orgUnitPath |
string
組織部門のフルパス(先頭の / を除く)または一意の ID。
|
pageToken |
string
pageToken クエリ パラメータは、クエリ結果の次のページをリクエストする際に使用します。次のリクエストの pageToken クエリ パラメータは、前のレスポンスの nextPageToken です。
|
projection |
enum (Projection )
レスポンスにプロパティの完全リストまたはサブセットのみのどちらが含まれるかを指定します。
|
query |
string
https://developers.google.com/workspace/admin/directory/v1/list-query-operators に記載されている形式の検索文字列
|
sortOrder |
enum (SortOrder )
結果を昇順または降順のどちらで返すかを指定します。orderBy パラメータと一緒に使用する必要があります。
|
includeChildOrgunits |
boolean
指定された組織部門だけでなく、すべての子組織部門のデバイスを返します。true に設定する場合は、orgUnitPath を指定する必要があります。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文に次の構造のデータが含まれます。
JSON 表現 |
{
"kind": string,
"etag": string,
"chromeosdevices": [
{
object (ChromeOsDevice )
}
],
"nextPageToken": string
} |
フィールド |
kind |
string
リソースの種類。
|
etag |
string
リソースの ETag。
|
chromeosdevices[] |
object (ChromeOsDevice )
ChromeOS Device オブジェクトのリスト。
|
nextPageToken |
string
この結果の次のページにアクセスするために使用されるトークン。次のページにアクセスするには、このリクエストの pageToken クエリ文字列でこのトークンの値を使用します。
|
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/admin.directory.device.chromeos
https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly
詳しくは、認可ガイドをご覧ください。
OrderBy
列挙型 |
ANNOTATED_LOCATION |
管理者によってアノテーションが付けられた、Chrome デバイスの位置情報。 |
ANNOTATED_USER |
管理者によってアノテーションが付けられた、Chromebook ユーザー。 |
LAST_SYNC |
Chrome デバイスが管理コンソールのポリシー設定と最後に同期された日時です。 |
NOTES |
管理者によってアノテーションが付けられた、Chrome デバイスに関するメモ。 |
SERIAL_NUMBER |
デバイスの有効化時に入力した Chrome デバイスのシリアル番号。 |
STATUS |
Chrome デバイスのステータス。詳しくは、<a chromeosdevices をご覧ください。 |
予測
列挙型 |
BASIC |
基本的なメタデータ フィールドのみが含まれます(deviceId、serialNumber、status、user など)。 |
FULL |
すべてのメタデータ フィールドが含まれます |
SortOrder
列挙型 |
ASCENDING |
昇順。 |
DESCENDING |
降順。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Method: chromeosdevices.list\n\nRetrieves a paginated list of Chrome OS devices within an account.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerId` | `string` The unique ID for the customer's Google Workspace 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](https://developers.google.com/workspace/admin/directory/v1/reference/users). |\n\n### Query parameters\n\n| Parameters ||\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `maxResults` | `integer` Maximum number of results to return. Value should not exceed 300. |\n| `orderBy` | `enum (`[OrderBy](/workspace/admin/directory/reference/rest/v1/chromeosdevices/list#OrderBy)`)` Device property to use for sorting results. |\n| `orgUnitPath` | `string` The full path of the organizational unit (minus the leading `/`) or its unique ID. |\n| `pageToken` | `string` The `pageToken` query parameter is used to request the next page of query results. The follow-on request's `pageToken` query parameter is the `nextPageToken` from your previous response. |\n| `projection` | `enum (`[Projection](/workspace/admin/directory/reference/rest/v1/chromeosdevices/list#Projection)`)` Determines whether the response contains the full list of properties or only a subset. |\n| `query` | `string` Search string in the format given at \u003chttps://developers.google.com/workspace/admin/directory/v1/list-query-operators\u003e |\n| `sortOrder` | `enum (`[SortOrder](/workspace/admin/directory/reference/rest/v1/chromeosdevices/list#SortOrder)`)` Whether to return results in ascending or descending order. Must be used with the `orderBy` parameter. |\n| `includeChildOrgunits` | `boolean` Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"chromeosdevices\": [ { object (/workspace/admin/directory/reference/rest/v1/chromeosdevices#ChromeOsDevice) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Kind of resource this is. |\n| `etag` | `string` ETag of the resource. |\n| `chromeosdevices[]` | `object (`[ChromeOsDevice](/workspace/admin/directory/reference/rest/v1/chromeosdevices#ChromeOsDevice)`)` A list of Chrome OS Device objects. |\n| `nextPageToken` | `string` Token used to access the next page of this result. To access the next page, use this token's value in the `pageToken` query string of this request. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.directory.device.chromeos`\n- `\n https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nOrderBy\n-------\n\n| Enums ||\n|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ANNOTATED_LOCATION` | Chrome device location as annotated by the administrator. |\n| `ANNOTATED_USER` | Chromebook user as annotated by administrator. |\n| `LAST_SYNC` | The date and time the Chrome device was last synchronized with the policy settings in the Admin console. |\n| `NOTES` | Chrome device notes as annotated by the administrator. |\n| `SERIAL_NUMBER` | The Chrome device serial number entered when the device was enabled. |\n| `STATUS` | Chrome device status. For more information, see the \\\u003ca [chromeosdevices](https://developers.google.com/workspace/admin/directory/v1/reference/chromeosdevices.html). |\n\nProjection\n----------\n\nThe type of projection to show for the devices.\n\n| Enums ||\n|---------|------------------------------------------------------------------------------------------|\n| `BASIC` | Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user) |\n| `FULL` | Includes all metadata fields |\n\nSortOrder\n---------\n\nThe sorting order that should be applied to the device list.\n\n| Enums ||\n|--------------|-------------------|\n| `ASCENDING` | Ascending order. |\n| `DESCENDING` | Descending order. |"]]