Device pinners

A list of device pins

A list of device pins

integer / int64
200100

The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed.

integer / int64
3000

The marker for the start of the next page of results.

object array

The order by which items are returned.

string
id

The field that is ordered by

Value is always id

asc

The direction to order by, either ascending or descending

Value is one of asc,desc

Response Example

{
  "entries": [
    {
      "id": "11446498",
      "type": "device_pinner",
      "owned_by": {
        "id": "11446498",
        "type": "user",
        "name": "Aaron Levie",
        "login": "ceo@example.com"
      },
      "product_name": "iPad"
    }
  ],
  "limit": 200,
  "next_marker": 3000,
  "order": [
    {
      "by": "id",
      "direction": "asc"
    }
  ]
}