フォルダロックのリスト
1000
これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimit
と等しくなります。最大値はAPIによって異なります。
3000
次の検索結果ページの開始場所のマーカー。
1000
前の検索結果ページの開始場所のマーカー。
{
"entries": [
{
"folder": {
"id": "12345",
"etag": "1",
"type": "folder",
"name": "Contracts",
"sequence_id": "3"
},
"id": "12345678",
"type": "folder_lock",
"created_by": {
"id": "11446498",
"type": "user"
},
"created_at": "2020-09-14T23:12:53Z",
"locked_operations": {
"move": true,
"delete": true
},
"lock_type": "freeze"
}
],
"limit": 1000,
"next_marker": 3000,
"prev_marker": 1000
}