Device Pinner

デバイスピンのリスト

デバイスピンのリスト

integer / int64
200100

これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimitと等しくなります。

integer / int64
3000

次の検索結果ページの開始場所のマーカー。

object array

項目が返される順序。

string
id

並べ替えに使用するフィールド

次の値に固定: id

asc

並べ替えの方向 (昇順または降順)

次の値のいずれか1つ: 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"
    }
  ]
}