Method: enterprises.structures.rooms.list
HTTP リクエスト
GET https://smartdevicemanagement.googleapis.com/v1/{parent=enterprises/*/structures/*}/rooms
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
リクエストされた会議室の親リソース名。例: 「enterprises/XYZ/structures/ABC」。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
SmartDeviceManagementService.ListRooms に対するレスポンス メッセージ
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"rooms": [
{
object (Room )
}
]
} |
フィールド |
rooms[] |
object (Room )
部屋のリスト。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/sdm.service
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["Lists rooms managed by an enterprise within a specific structure."],["Requires an HTTP GET request to a structured URL containing the enterprise and structure IDs."],["An empty request body is necessary, while the response provides a list of rooms in JSON format."],["Authorization is required using the `https://www.googleapis.com/auth/sdm.service` OAuth scope."]]],["This document outlines the process for listing rooms within an enterprise using the Smart Device Management API. A `GET` request is sent to a specific URL containing the enterprise and structure identifiers in the `parent` path parameter. The request body must be empty. Successful requests return a JSON response containing a list of `rooms`, each detailed as an object. This action requires the `https://www.googleapis.com/auth/sdm.service` OAuth scope for authorization.\n"]]