list_device_dashboards
Retrieve all device dashboards for a specified tenant using the tenant ID. Returns the complete list without pagination, with admin-level access required.
Instructions
地点用ダッシュボードの一覧を取得します。
tenant_id は list_tenants で取得してください。
必要な権限レベル: システム管理者(user_level=1)、テナント管理者(user_level=2)。 権限が不足すると 403 になります。
このエンドポイントはページングに対応していないため、常に全件を返します (エンベロープの page / per_page は null)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | テナントID(UUID)。list_tenants で取得できる |