HFS 3
misc
Copy Page
HFS 3
Introduction
Front-end
List files
GET
Upload
PUT
Upload
POST
Delete
DELETE
Create folder
POST
Admin
misc
get config
GET
set config
POST
accounts
add account
update account
list accounts
delete account
list usernames
get account
list admins
safer update of the password
VFS
plugins
monitoring
log
misc
Copy Page
get config
Developing
GET
/~/api/get_config
Try it
Run in Apidog
Run in Apidog
Request
Query Params
Generate Code
only
array
[string]
optional
to get only specific keys from the config
omit
array
[string]
optional
to get all but the specified keys from the config
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://localhost/~/api/get_config?only&omit'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
object
Â
{0}
Example
{
}
Modified atÂ
2024-04-20 14:59:48
Previous
Admin
Next
set config