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
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"
}
success)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"
}