Webhookのリスト。
1000
これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimit
と等しくなります。最大値はAPIによって異なります。
3000
次の検索結果ページの開始場所のマーカー。
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
}