# FluxShare - Get folder content Call to get content of folder in fluxshare. Endpoint: GET /apps/fluxshare/getfolder Version: 6.6.1 Security: ZelID ## Query parameters: - `folder` (string, required) The name of the folder that content will be display Example: "test" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.name` (string) Name of file - `data.size` (integer) Size of file - `data.isDirectory` (boolean) True if item is directory - `data.isFile` (boolean) True if item is file - `data.isSymbolicLink` (boolean) True if item is symbolic link - `data.createdAt` (string) Create date of item - `data.modifiedAt` (string) Modifi date of item - `data.shareToken` (string) Share token when file is share - `data.shareFile` (string) Path if file is shared