コラボレーションホワイトリストエントリ

コラボレーションホワイトリストエントリのリスト。

integer / int64
1000

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

integer / int64
3000

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

integer / int64
1000

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

レスポンスの例

{
  "entries": [
    {
      "id": 11446498,
      "type": "collaboration_whitelist_entry",
      "domain": "example.com",
      "direction": "both",
      "enterprise": {
        "id": 11446498,
        "type": "enterprise",
        "name": "Acme Inc."
      },
      "created_at": "2012-12-12T10:53:43-08:00"
    }
  ],
  "limit": 1000,
  "next_marker": 3000,
  "prev_marker": 1000
}