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
- 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