findDevicesByOwner
列出指定客戶聲明擁有的裝置。
方法簽章
public FindDevicesResponse findDevicesByOwner(FindDevicesByOwnerRequest request) throws CommonException;
FindDevicesByOwnerRequest
屬性名稱 |
值 |
必填 |
說明 |
customers |
object( CompanyReference ) |
是 |
列出最多 100 個客戶的清單。 |
pageSize |
int |
否 |
頁面大小,上限為 100 。如果大於 100 或 null ,則會使用 100 。 |
pageToken |
string |
否 |
網頁權杖。如果為空,系統會傳回第一頁。 |
vendorParams |
map |
否 |
額外欄位,供應商指定的鍵/值組合。 |
FindDevicesResponse
屬性名稱 |
值 |
說明 |
devices |
object( Device ) |
經銷商上傳的裝置清單。如果沒有相符項目,則為空白。 |
totalCount |
int |
符合要求的裝置總數。 |
nextPageToken |
strong |
下一頁憑證。最後一頁為空白。 |
vendorParams |
map |
選用設定。額外欄位,供應商指定的鍵/值組合。 |
錯誤行為
如果發生錯誤,程式庫會擲回含有下列任一錯誤代碼的 CommonException
:
錯誤代碼 |
AUTHORIZATION_FAILED |
INTERNAL_SERVER_ERROR |
INVALID_PAGE_TOKEN |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-09 (世界標準時間)。
[null,null,["上次更新時間:2024-11-09 (世界標準時間)。"],[[["This API method `findDevicesByOwner` retrieves a list of devices associated with specified customers."],["The request requires a list of up to 100 `customers` (CompanyReference objects), and supports pagination via `pageSize` and `pageToken`."],["The response includes a list of `devices`, the `totalCount` of matching devices, and a `nextPageToken` for subsequent pages."],["Optional parameters such as `vendorParams` allow for extra, vendor-specific data to be sent and received."],["The API method may throw a `CommonException` with an `AUTHORIZATION_FAILED`, `INTERNAL_SERVER_ERROR`, or `INVALID_PAGE_TOKEN` error code if an error is encountered."]]],["The `findDevicesByOwner` method retrieves a list of devices associated with specified customers. It requires a list of up to 100 customer references. Optional parameters include `pageSize` (up to 100 devices per page), `pageToken` for pagination, and `vendorParams`. The response includes a list of devices, `totalCount`, `nextPageToken`, and optional `vendorParams`. The method can throw a `CommonException` with `AUTHORIZATION_FAILED`, `INTERNAL_SERVER_ERROR`, or `INVALID_PAGE_TOKEN` errors.\n"]]