HFS 3
  1. misc
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
      • get plugin config
      • set plugin config
    • monitoring
    • log
  1. misc

get config

GET
/~/api/get_config

Request

Query Params
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 --location --request GET 'http://localhost/~/api/get_config?only&omit'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-30 14:11:36
Previous
Admin
Next
set config
Built with