Backups
Backup Settings
Return dates where backup files exist
This function lists the dates where backup file exists, whether stored locally or stored on remote backup destinations when local backups are disabled.
get/backup_date_list
Response
HTTP Request was successful.
Example response
{
"data": {
"backup_set": [
"2019-02-12T00:00:00.000Z",
"2019-02-12T00:00:00.000Z",
"2019-02-12T00:00:00.000Z"
]
},
"metadata": {
"command": "backup_date_list",
"reason": "OK",
"result": 1,
"version": 1
}
}