We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"role": "owner", "applicationType": 1, "applicationStatus": "NORMAL", "folderId": null,
It should return the FolderID if the app is inside a folder when using the /api/applications/list API query.
/api/applications/list
run this API /api/applications/list as per docs
lowcoder 2.5.0
This helps me back up apps and apps inside folders easily. Currently, I take multiple backups of some apps.
The text was updated successfully, but these errors were encountered:
#1331: Populate folderId for app list endpoint
318d736
Merge pull request #1380 from lowcoder-org/fix/folderId4AppList
720f1ec
dragonpoo
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
"role": "owner", "applicationType": 1, "applicationStatus": "NORMAL", "folderId": null,
Expected Behavior
It should return the FolderID if the app is inside a folder when using the
/api/applications/list
API query.Steps to reproduce
run this API
/api/applications/list
as per docsEnvironment
lowcoder 2.5.0
Additional Information
This helps me back up apps and apps inside folders easily. Currently, I take multiple backups of some apps.
The text was updated successfully, but these errors were encountered: