🎛️
Lowcoder API Specification
  • Authentication
  • API reference Lowcoder
    • Api Lowcoder v2.0.1
      • Users
        • Password
        • NewUserGuidanceShown
        • Mark status
        • Reset password
        • Photo
        • UserDetail
        • Me
        • CurrentUser
      • Datasources
        • Permissions
        • Test
        • GetPluginDynamicConfig
        • Structure
        • ListByOrg
        • ListByApp
        • JsDatasourcePlugins
        • Info
      • Applications
        • Public to all
        • Permissions
        • Restore
        • Recycle
          • List
        • Publish
        • CreateFromTemplate
        • View
        • List
        • Home
      • Library queries
        • Publish
        • ListByOrg
        • DropDownList
      • Folders
        • Permissions
        • Move
        • Elements
      • Organizations
        • Update
        • Role
        • Common settings
        • SwitchOrganization
        • Logo
        • Members
        • DatasourceTypes
        • Remove
        • Leave
      • Invitation
        • Invite
      • Groups
        • Update
        • Role
        • AddMember
        • Members
        • List
        • Remove
        • Leave
      • Configs
        • DeploymentId
      • Materials
        • List
      • Assets
      • Library query records
        • ListByLibraryQueryId
      • Query
        • Execute from node
        • Execute
      • Auth
        • Logout
        • Config
        • Configs
        • Tp
          • Login
        • Form
          • Login
      • Application
        • History snapshots
      • State
        • HealthCheck
      • Misc
        • Js library
          • Recommendations
          • Metas
      • Specification
    • Api Lowcoder v2.1.4
      • Users
        • Password
        • NewUserGuidanceShown
        • Mark status
        • Reset password
        • Photo
        • UserDetail
        • Me
        • CurrentUser
      • Datasources
        • Permissions
        • Test
        • GetPluginDynamicConfig
        • Structure
        • ListByOrg
        • ListByApp
        • JsDatasourcePlugins
        • Info
      • Applications
        • Public to all
        • Permissions
        • Restore
        • Recycle
          • List
        • Publish
        • CreateFromTemplate
        • View
        • List
        • Home
      • Library queries
        • Publish
        • ListByOrg
        • DropDownList
      • Folders
        • Permissions
        • Move
        • Elements
      • Organizations
        • Update
        • Role
        • Common settings
        • SwitchOrganization
        • Logo
        • Members
        • DatasourceTypes
        • Remove
        • Leave
      • Invitation
        • Invite
      • Groups
        • Update
        • Role
        • AddMember
        • Members
        • List
        • Remove
        • Leave
      • Configs
        • DeploymentId
      • Materials
        • List
      • Assets
      • Library query records
        • ListByLibraryQueryId
      • Query
        • Execute from node
        • Execute
      • Auth
        • Logout
        • Config
        • Configs
        • Tp
          • Login
        • Form
          • Login
      • Application
        • History snapshots
      • State
        • HealthCheck
      • Misc
        • Js library
          • Recommendations
          • Metas
      • Specification
    • API Lowcoder v2.1.6
      • Users
        • Password
        • NewUserGuidanceShown
        • Mark status
        • Reset password
        • Photo
        • UserDetail
        • Me
        • CurrentUser
      • Datasources
        • Permissions
        • Test
        • GetPluginDynamicConfig
        • Structure
        • ListByOrg
        • ListByApp
        • JsDatasourcePlugins
        • Info
      • Applications
        • Public to all
        • Permissions
        • Restore
        • Recycle
          • List
        • Publish
        • CreateFromTemplate
        • View
        • List
        • Home
      • Library queries
        • Publish
        • ListByOrg
        • DropDownList
      • Folders
        • Permissions
        • Move
        • Elements
      • Organizations
        • Update
        • Role
        • Common settings
        • SwitchOrganization
        • Logo
        • Members
        • DatasourceTypes
        • Remove
        • Leave
      • Groups
        • Update
        • Role
        • AddMember
        • Members
        • List
        • Remove
        • Leave
      • Configs
        • DeploymentId
      • Invitation
        • Invite
      • Materials
        • List
      • Assets
      • Library query records
        • ListByLibraryQueryId
      • Query
        • Execute from node
        • Execute
      • Application
        • History snapshots
      • Misc
        • Js library
          • Recommendations
          • Metas
      • Auth
        • Logout
        • Config
        • Api key
        • Configs
        • Api keys
        • Tp
          • Login
        • Form
          • Login
      • State
        • HealthCheck
    • Specification
Powered by GitBook
On this page
  1. API reference Lowcoder
  2. Api Lowcoder v2.0.1

Folders

PreviousDropDownListNextPermissions
delete
Authorizations
Path parameters
idstringRequired
Responses
200
OK
*/*
delete
DELETE /folders/{id} HTTP/1.1
Host: api
Accept: */*
200

OK

{
  "code": 1,
  "message": "text",
  "data": {},
  "success": true
}
  • POST/api/folders
  • PUT/api/folders
  • DELETE/api/folders/{id}
post
Authorizations
Body
idstringOptional
createdBystringOptional
organizationIdstringOptional
parentFolderIdstringOptional
namestringOptional
Responses
200
OK
*/*
post
POST /folders HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 94

{
  "id": "text",
  "createdBy": "text",
  "organizationId": "text",
  "parentFolderId": "text",
  "name": "text"
}
200

OK

{
  "code": 1,
  "message": "text",
  "data": {
    "orgId": "text",
    "folderId": "text",
    "parentFolderId": "text",
    "name": "text",
    "createAt": 1,
    "createBy": "text",
    "subFolders": [
      {
        "orgId": "text",
        "folderId": "text",
        "parentFolderId": "text",
        "name": "text",
        "createAt": 1,
        "createBy": "text",
        "subFolders": [
          {
            "orgId": "text",
            "folderId": "text",
            "parentFolderId": "text",
            "name": "text",
            "createAt": 1,
            "createBy": "text",
            "subFolders": "[Circular Reference]",
            "subApplications": [
              {
                "orgId": "text",
                "applicationId": "text",
                "name": "text",
                "createAt": 1,
                "createBy": "text",
                "role": "text",
                "applicationType": 1,
                "applicationStatus": "NORMAL",
                "containerSize": {},
                "folderId": "text",
                "lastViewTime": 1,
                "lastModifyTime": 1,
                "publicToAll": true,
                "folder": true
              }
            ],
            "createTime": 1,
            "lastViewTime": 1,
            "visible": true,
            "manageable": true,
            "folder": true
          }
        ],
        "subApplications": [
          {
            "orgId": "text",
            "applicationId": "text",
            "name": "text",
            "createAt": 1,
            "createBy": "text",
            "role": "text",
            "applicationType": 1,
            "applicationStatus": "NORMAL",
            "containerSize": {},
            "folderId": "text",
            "lastViewTime": 1,
            "lastModifyTime": 1,
            "publicToAll": true,
            "folder": true
          }
        ],
        "createTime": 1,
        "lastViewTime": 1,
        "visible": true,
        "manageable": true,
        "folder": true
      }
    ],
    "subApplications": [
      {
        "orgId": "text",
        "applicationId": "text",
        "name": "text",
        "createAt": 1,
        "createBy": "text",
        "role": "text",
        "applicationType": 1,
        "applicationStatus": "NORMAL",
        "containerSize": {},
        "folderId": "text",
        "lastViewTime": 1,
        "lastModifyTime": 1,
        "publicToAll": true,
        "folder": true
      }
    ],
    "createTime": 1,
    "lastViewTime": 1,
    "visible": true,
    "manageable": true,
    "folder": true
  },
  "success": true
}
put
Authorizations
Body
idstringOptional
createdBystringOptional
organizationIdstringOptional
parentFolderIdstringOptional
namestringOptional
Responses
200
OK
*/*
put
PUT /folders HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 94

{
  "id": "text",
  "createdBy": "text",
  "organizationId": "text",
  "parentFolderId": "text",
  "name": "text"
}
200

OK

{
  "code": 1,
  "message": "text",
  "data": {
    "orgId": "text",
    "folderId": "text",
    "parentFolderId": "text",
    "name": "text",
    "createAt": 1,
    "createBy": "text",
    "subFolders": [
      {
        "orgId": "text",
        "folderId": "text",
        "parentFolderId": "text",
        "name": "text",
        "createAt": 1,
        "createBy": "text",
        "subFolders": [
          {
            "orgId": "text",
            "folderId": "text",
            "parentFolderId": "text",
            "name": "text",
            "createAt": 1,
            "createBy": "text",
            "subFolders": "[Circular Reference]",
            "subApplications": [
              {
                "orgId": "text",
                "applicationId": "text",
                "name": "text",
                "createAt": 1,
                "createBy": "text",
                "role": "text",
                "applicationType": 1,
                "applicationStatus": "NORMAL",
                "containerSize": {},
                "folderId": "text",
                "lastViewTime": 1,
                "lastModifyTime": 1,
                "publicToAll": true,
                "folder": true
              }
            ],
            "createTime": 1,
            "lastViewTime": 1,
            "visible": true,
            "manageable": true,
            "folder": true
          }
        ],
        "subApplications": [
          {
            "orgId": "text",
            "applicationId": "text",
            "name": "text",
            "createAt": 1,
            "createBy": "text",
            "role": "text",
            "applicationType": 1,
            "applicationStatus": "NORMAL",
            "containerSize": {},
            "folderId": "text",
            "lastViewTime": 1,
            "lastModifyTime": 1,
            "publicToAll": true,
            "folder": true
          }
        ],
        "createTime": 1,
        "lastViewTime": 1,
        "visible": true,
        "manageable": true,
        "folder": true
      }
    ],
    "subApplications": [
      {
        "orgId": "text",
        "applicationId": "text",
        "name": "text",
        "createAt": 1,
        "createBy": "text",
        "role": "text",
        "applicationType": 1,
        "applicationStatus": "NORMAL",
        "containerSize": {},
        "folderId": "text",
        "lastViewTime": 1,
        "lastModifyTime": 1,
        "publicToAll": true,
        "folder": true
      }
    ],
    "createTime": 1,
    "lastViewTime": 1,
    "visible": true,
    "manageable": true,
    "folder": true
  },
  "success": true
}