get
https://www.wrike.com/api/v4/folders
Returns a list of folders for the current account.
The method operates in two modes:
- Folder Tree Mode: Activated if no filter parameters are provided. This mode returns the account's folders (spaces), their 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 the account'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…