{
"success": 200,
"message": "",
"data": {
"total": 25,
"page": 1,
"totalPages": 3,
"limit": 10,
"data": [
{
"id": "file-xyz789",
"bucketId": "bucket-123",
"hashName": "encrypted-hash-xyz789.pdf",
"name": "document.pdf",
"sizeByte": 1048576,
"visibility": "private",
"isRetention": false,
"isDelete": false,
"extFile": "pdf",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-20T14:45:00.000Z",
"retentionPeriod": null,
"downloadUrl": "/api/files/download/file-xyz789",
"sharedLink": {
"viewUrl": "/api/files/shared/a3f7e9c21b4d8f6e...",
"downloadUrl": "/api/files/download/shared/a3f7e9c21b4d8f6e...",
"sharedHash": "a3f7e9c21b4d8f6e...",
"requiresPassword": true,
"canView": true,
"canDownload": true,
"isPublic": false,
"expiresAt": "2024-12-31T23:59:59.000Z",
"maxAccess": 100,
"accessCount": 15,
"remainingAccess": 85,
"isExpired": false
}
},
{
"id": "file-abc456",
"bucketId": "bucket-123",
"hashName": "encrypted-hash-abc456.jpg",
"name": "image.jpg",
"sizeByte": 524288,
"visibility": "public",
"isRetention": true,
"isDelete": false,
"extFile": "jpg",
"createdAt": "2024-01-16T09:15:00.000Z",
"updatedAt": "2024-01-16T09:15:00.000Z",
"retentionPeriod": "2025-01-16T09:15:00.000Z",
"downloadUrl": "/api/files/download/file-abc456",
"sharedLink": null
}
]
}
}