File System REST Endpoints
File Server/File System
- Create a Folder
- Method: postPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories - Delete a Folder
- Method: deletePath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - Delete a Folder by Path
- Method: deletePath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - Get a Folder by Path
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - Get a Folder by Path ID
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - Get Folder Permission for a User
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/groups/{group} - Get Folder Permissions
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions - Get Root Directory of File System
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root - Get User Permission
- Method: getPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/users/{user} - Update a Folder
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - Update a Folder by Path
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - Update a Folder's Permissions
- Method: putPath:
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions