Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
個々のデバイスピンに関する情報を取得します。
単一のデバイスピンに関する情報を返します。
予期しないクライアントエラー。
curl -i -X GET "https://api.box.com/2.0/device_pinners/2324234" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.devicePinners.getDevicePinnerById(devicePinnerId);client.device_pinners.get_device_pinner_by_id(device_pinner_id)await client.DevicePinners.GetDevicePinnerByIdAsync(devicePinnerId: devicePinnerId);try await client.devicePinners.getDevicePinnerById(devicePinnerId: devicePinnerId)client.getDevicePinners().getDevicePinnerById(devicePinnerId)await client.DevicePinners.GetDevicePinnerByIdAsync(devicePinnerId: devicePinnerId);await client.devicePinners.getDevicePinnerById(devicePinnerId);{
"id": "11446498",
"type": "device_pinner",
"owned_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"product_name": "iPad"
}