日本語
cURL
curl -i -X GET "https://api.box.com/2.0/device_pinners/2324234" \ -H "authorization: Bearer <ACCESS_TOKEN>"
{ "id": "11446498", "type": "device_pinner", "owned_by": { "id": "11446498", "type": "user", "name": "Aaron Levie", "login": "ceo@example.com" }, "product_name": "iPad" }
個々のデバイスピンに関する情報を取得します。
The access token received from the authorization server in the OAuth 2.0 flow.
デバイスピンのID。
単一のデバイスピンに関する情報を返します。
デバイスピンを使用すると、どのデバイスでネイティブBoxアプリケーションの使用を許可するかを会社レベルで制御できます。
このデバイスピンの一意の識別子。
"11446498"
値は常にdevice_pinnerになります。
device_pinner
"device_pinner"
デバイスピンが属するユーザー。
表示 子属性
ピンが設定されているデバイスのタイプ。
"iPad"
このページは役に立ちましたか?