Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
passwords
Manage
Activity
Members
Plan
Wiki
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nextcloud
passwords
Wiki
Developers
Api
Folder Api
Changes
Page history
New page
Templates
Clone repository
Updated migration guide
authored
7 years ago
by
Marius David Wieschollek
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Developers/Api/Folder-Api.md
+2
-1
2 additions, 1 deletion
Developers/Api/Folder-Api.md
with
2 additions
and
1 deletion
Developers/Api/Folder-Api.md
View page @
1b682258
...
...
@@ -22,6 +22,7 @@
| +parent | Fills the parent property with the base model of the parent folder |
| +folders | Adds the folders property with the base model of all folders in this folder |
| +passwords | Adds the passwords property with the base model of all passwords in this folder |
| +tags | Not implemented but reserved |
#### Enhanced API special properties
The properties "revisions", "parent", "folders" and "passwords" are also processed if necessary.
...
...
@@ -237,6 +238,6 @@ The success status code is `200 Ok`
The return value is a list of folder objects that match the criteria with the given detail level
#### Notes
-
The
list will include trashed folders, so you need to filter tha
t
-
The
property
`trashed`
will be set to
`false`
if not presen
t
-
The list will not include hidden folders
-
The list will not include suspended folders where a parent folder is in the trash
\ No newline at end of file
This diff is collapsed.
Click to expand it.