file_history_list
列出所有有编辑历史记录的文件及其历史版本信息。
- 路由:
POST /files - action:
file_history_list
输入参数
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| action | 是 | String | 固定值 file_history_list |
无其他参数。
输出参数
| 参数名称 | 类型 | 描述 |
|---|---|---|
| - | Array | 文件历史列表,每项含 filepath 和 historys |
示例
请求
POST /files HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded
action=file_history_list
响应
[]