Device pinner

Device pins allow enterprises to control what devices can use native Box applications.

string / date-time
2012-12-12T10:53:43-08:00

The time the device pin was created

string
11446498

The unique identifier for this object

string / date-time
2012-12-12T10:53:43-08:00

The time the device pin was modified

The user that the device pin belongs to

iPad

The type of device being pinned

string
device_pinner

Value is always device_pinner

Response Example

{
  "created_at": "2012-12-12T10:53:43-08:00",
  "id": 11446498,
  "modified_at": "2012-12-12T10:53:43-08:00",
  "owned_by": {
    "id": 11446498,
    "login": "ceo@example.com",
    "name": "Aaron Levie",
    "type": "user"
  },
  "product_name": "iPad",
  "type": "device_pinner"
}