Get root directory of file system

get

{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root

Get the root directory metadata

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : filesystem
Type: object
Read Only: true
Provides metadata for a specified folder and its child folders/files
Show Source
Nested Schema : directories
Type: array
Read Only: true
List of child folders
Show Source
Nested Schema : files
Type: array
Read Only: true
List of child files
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : files
Type: object
Read Only: true
List of child files
Show Source

401 Response

Unauthorized

404 Response

Service not found

500 Response

Internal Server Error
Back to Top