Get a Folder by Path ID

get

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

Get a folder by its path ID

Request

Path Parameters
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 to get path

404 Response

Service not found

500 Response

Internal Server Error
Back to Top