All URIs are relative to http://localhost:8989
| Method | HTTP request | Description |
|---|---|---|
| get_file_system | GET /api/v3/filesystem | |
| get_file_system_mediafiles | GET /api/v3/filesystem/mediafiles | |
| get_file_system_type | GET /api/v3/filesystem/type |
get_file_system(path, include_files, allow_folders_without_trailing_slashes)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| path | Option<String> | |||
| include_files | Option<bool> | [default to false] | ||
| allow_folders_without_trailing_slashes | Option<bool> | [default to false] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_file_system_mediafiles(path)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| path | Option<String> |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_file_system_type(path)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| path | Option<String> |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]