PalWorld
  1. backup
PalWorld
  • Guild
    • List Guilds
      GET
    • Put Guilds
      PUT
    • Get Guild
      GET
  • Auth
    • Login
      POST
  • Player
    • List Players
      GET
    • Put Players
      PUT
    • Get Player
      GET
    • Ban Player
      POST
    • Kick Player
      POST
    • List White List
      GET
    • Put White List
      PUT
    • Add White List
      POST
    • Remove White List
      DELETE
  • Server
    • Get Server Info
      GET
    • Publish Broadcast
      POST
    • Shutdown Server
      POST
    • Get PalWorld Server Tool
      GET
  • Sync
    • Sync Data
      POST
  • Rcon
    • List Rcon Commands
      GET
    • Add Rcon Command
      POST
    • Import Rcon Commands
      POST
    • Send Rcon Command
      POST
    • Put Rcon Command
      PUT
    • Remove Rcon Command
      DELETE
  • backup
    • List backups within a specified time range
      GET
    • Download Backup
      GET
    • Delete Backup
      DELETE
  1. backup

List backups within a specified time range

GET
/api/backup
backup
List all backups or backups within a specific time range.

请求参数

Query 参数
startTime
integer 
可选
Start time of the backup range in timestamp
endTime
integer 
可选
End time of the backup range in timestamp

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/backup'

返回响应

🟢200OK
application/json
Body
array of:
backup_id
string 
可选
path
string 
可选
save_time
string 
可选
示例
[
    {
        "backup_id": "string",
        "path": "string",
        "save_time": "string"
    }
]
🟠400Bad Request
修改于 2024-03-06 17:03:40
上一页
Remove Rcon Command
下一页
Download Backup
Built with