get
https://www.wrike.com/api/v4/spaces//folders
Returns the list of folders from a specific space in the current account.
The method operates in two modes:
- Folder Tree Mode: Activated if no filter parameters are provided. This mode returns the required
space, it's descendant folders, the root folder, and the recycle bin folder (note that "deleted" parameter
can affect the result, see below).
Filtering can be requested in this mode using the descendants=true parameter along with filter parameters. - Folders Mode: Activated if the parameter descendant=false is specified or if there is at least
one filter parameter, e.g., project=true. This mode returns only required space's folders filtered by the
specified parameters.
The chosen mode can be identified by the "kind" key in the result JSON body, with "kind": "folderTree"
for Folder Tree Mode and "kind": "folders" for Folders Mode.
Scopes: Default, wsReadOnly, wsReadWrite
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…