Skip to main content
API version 2024.0 A list of device pins.
entries
Device pinnerarray
A list of device pins.
limit
integer(int64)
example: 200The 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.
next_marker
integer(int64)
example: 3000The marker for the start of the next page of results.
order
object[]
The order by which items are returned.
{
  "entries": [
    {
      "id": "11446498",
      "owned_by": {
        "id": "11446498",
        "type": "user",
        "login": "[email protected]",
        "name": "Aaron Levie"
      },
      "product_name": "iPad",
      "type": "device_pinner"
    }
  ],
  "limit": 200,
  "next_marker": 3000,
  "order": [
    {
      "by": "id",
      "direction": "asc"
    }
  ]
}