リテンションポリシー割り当てのリスト
1000
これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimit
と等しくなります。最大値はAPIによって異なります。
3000
次の検索結果ページの開始場所のマーカー。
1000
前の検索結果ページの開始場所のマーカー。
{
"entries": [
{
"id": 11446498,
"type": "retention_policy_assignment",
"retention_policy": {
"id": 12345,
"type": "file_version",
"policy_name": "Some Policy Name",
"retention_length": 0,
"disposition_action": "permanently_delete"
},
"assigned_to": {
"id": 11446498
},
"assigned_by": {
"id": 11446498,
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"assigned_at": "2012-12-12T10:53:43-08:00"
}
],
"limit": 1000,
"next_marker": 3000,
"prev_marker": 1000
}