ファイル・システムのRESTエンドポイント
ファイル・サーバー/ファイルシステム
- フォルダの作成
- メソッド: postパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories - フォルダの削除
- メソッド: deleteパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - パスによるフォルダの削除
- メソッド: deleteパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - パスによるフォルダの取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - パスIDによるフォルダの取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - ユーザーのフォルダ権限の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/groups/{group} - フォルダ権限の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions - ファイル・システムのルート・ディレクトリの取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root - ユーザー権限の取得
- メソッド: getパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions/users/{user} - フォルダの更新
- メソッド: putパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid} - パスによるフォルダの更新
- メソッド: putパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/root/{fsPath} - フォルダ権限の更新
- メソッド: putパス :
{protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/filesystem/directories/{guid}/permissions