A list of device pins.
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.
idThe field that is ordered by.
Value is always id
ascThe direction to order by, either ascending or descending.
Value is one of asc,desc
{
"entries": [
{
"id": "11446498",
"owned_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"product_name": "iPad",
"type": "device_pinner"
}
],
"limit": 200,
"next_marker": 3000,
"order": [
{
"by": "id",
"direction": "asc"
}
]
}