Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!A list of device pins
A list of device pins
200
100
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.
3000
The marker for the start of the next page of results.
The order by which items are returned.
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
{
"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"
}
]
}