curl --request GET \
--url https://api.example.com/backups \
--header 'X-API-Key: <api-key>'{
"items": [
{
"filename": "<string>",
"filepath": "<string>",
"compressed": true,
"file_size_bytes": 123,
"file_size_mb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"tables_count": 123,
"total_records": 123,
"created_by": 123,
"database_type": "<string>",
"version": "<string>",
"error": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Получение списка доступных резервных копий.
curl --request GET \
--url https://api.example.com/backups \
--header 'X-API-Key: <api-key>'{
"items": [
{
"filename": "<string>",
"filepath": "<string>",
"compressed": true,
"file_size_bytes": 123,
"file_size_mb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"tables_count": 123,
"total_records": 123,
"created_by": 123,
"database_type": "<string>",
"version": "<string>",
"error": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 200x >= 0