当前用户的WebDAV账户
开发中
GET
/webdav/accounts
最后修改时间:2024-05-01 05:46:50
请求参数
Cookie 参数
cloudreve-session
string
鉴权session
默认值:
{{cloudreve-session}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:5212/api/v3/webdav/accounts' \
--header 'Cookie: cloudreve-session='
返回响应
🟢200成功
application/json
Body
code
integer
响应状态
data
string
WebDAV账户
msg
string
错误信息
示例
{
"code": 0,
"data": {
"accounts": [
{
"ID": 3,
"CreatedAt": "2022-07-13T13:50:16.733477315+08:00",
"UpdatedAt": "2022-07-13T13:50:16.733477315+08:00",
"DeletedAt": null,
"Name": "HFR-Cloud挂载",
"Password": "xxxxx",
"UserID": 1,
"Root": "/HFR-Cloud",
"Readonly": false,
"UseProxy": false
}
],
"folders": [
{
"id": "abcd",
"name": "/",
"policy_name": "HFR-Cloud"
}
]
},
"msg": ""
}
修改于 2024-05-01 05:46:50