メインコンテンツへスキップ
APIバージョン 2024.0 デバイスピンのリスト。
entries
Device Pinnerarray
デバイスピンのリスト。
limit
integer(int64)
200これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimitと等しくなります。
next_marker
integer(int64)
3000次の検索結果ページの開始場所のマーカー。
order
object[]
項目が返される順序。
{
  "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"
    }
  ]
}