メインコンテンツへスキップ
APIバージョン 2024.0 デバイスピンを使用すると、どのデバイスでネイティブBoxアプリケーションの使用を許可するかを会社レベルで制御できます。
id
string
11446498このデバイスピンの一意の識別子。
type
string
device_pinner値は常にdevice_pinnerになります。次の値に固定: device_pinner
owned_by
ユーザー (Mini)object
デバイスピンが属するユーザー。
product_name
string
iPadピンが設定されているデバイスのタイプ。
{
  "id": "11446498",
  "type": "device_pinner",
  "owned_by": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  },
  "product_name": "iPad"
}