Skip to content

list files

GET
/api/v1/file-manager

Controller:

github.com/raghavyuva/nixopus-api/internal/features/file-manager/controller.(*FileManagerController).ListFiles

Middlewares:

  • github.com/go-fuego/fuego.defaultLogger.middleware
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3

Parameters

Header Parameters

Accept
Type
string

Request Body

*/*
JSON
{
"path": "string"
}

Responses

OK

JSON
{
"data": [
{
"created_at": "string",
"extension": "string",
"file_type": "string",
"group_id": 0,
"is_hidden": true,
"name": "string",
"owner_id": 0,
"path": "string",
"permissions": 0,
"size": 0,
"updated_at": "string"
}
],
"message": "string",
"status": "string"
}

Playground

Server
Headers
Body

Samples

Powered by VitePress OpenAPI

Made with love
Released under the Functional Source License (FSL)