A list of device pins
200100The 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.
3000The marker for the start of the next page of results.
The order by which items are returned.
idValue is always id
ascThe direction to order by, either ascending or descending
Value is one of asc,desc
{
"entries": [
{
"id": 11446498,
"type": "device_pinner",
"owned_by": {
"id": 11446498,
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"product_name": "iPad",
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
],
"limit": 200,
"next_marker": 3000,
"order": [
{
"by": "id",
"direction": "asc"
}
]
}