Box Developer Documentation
 

    Device pinners

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    A list of device pins

    A list of device pins

    integer (int64)
    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.

    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",
          "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"
        }
      ]
    }