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
-
filterPattern(required): string
File name pattern
-
listFiles: boolean
Flag to indicate whether to include files in the listDefault Value:
true
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : filesystem
Type:
objectRead Only:
trueProvides metadata for a specified folder and its child folders/files
Show Source
-
createDate: string
Read Only:
true -
directories: array
directories
Read Only:
trueList of child folders -
files: array
files
Read Only:
trueList of child files -
guid: string
Read Only:
truePath id -
links: array
links
-
path(required): string
Read Only:
trueDirectory Path
Nested Schema : files
Type:
arrayRead Only:
trueList of child files
Show Source
-
Array of:
object files
Read Only:
trueList of child files
Nested Schema : schema
Type:
Show Source
object-
createdDate: string
Read Only:
true -
links: array
links
-
name(required): string
Read Only:
trueName of the folder -
parent(required): string
Read Only:
trueParent folder path
Nested Schema : files
Type:
objectRead Only:
trueList of child files
Show Source
-
createdDate: string
Read Only:
true -
lastModifiedDate: string
Read Only:
true -
links: array
links
-
name(required): string
Read Only:
true -
parent(required): string
Read Only:
true -
size: string
Read Only:
true
401 Response
Unauthorized
404 Response
Service not found
500 Response
Internal Server Error