curl "https://app.drime.cloud/api/v1/file-backup?file_id=123&workspaceId=0" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "pagination": { "current_page": 1, "data": [ { "id": 456, "name": "document_backup_20240115.pdf", "file_size": 1048576, "created_at": "2024-01-15T10:30:00.000000Z" } ], "total": 1, "per_page": 15 }, "status": "success" }
Get version history for a file
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Show Pagination properties
success