Webhooks

Webhookのリスト。

integer / int64
1000

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

integer / int64
3000

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

integer / int64
1000

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

レスポンスの例

{
  "entries": [
    {
      "id": 11446498,
      "type": "webhook",
      "target": {
        "id": 1231232,
        "type": "file"
      },
      "created_by": {
        "id": 11446498,
        "type": "user",
        "name": "Aaron Levie",
        "login": "ceo@example.com"
      },
      "created_at": "2012-12-12T10:53:43-08:00",
      "address": "https://example.com/webhooks",
      "triggers": [
        "FILE.UPLOADED"
      ]
    }
  ],
  "limit": 1000,
  "next_marker": 3000,
  "prev_marker": 1000
}