List folders
GET
https://api.datawrapper.de/v3/folders Get a list of folders and their associated charts. Requires scope folder:read.
Example Request
curl --request GET \
--url 'https://api.datawrapper.de/v3/folders?compact=example-compact&workspace=example-workspace' \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
compact | string | No | If present, the response will only include the number of charts in each folder. Otherwise the response includes the full chart information. |
workspace | string | No | Filter by workspace slug. |
Response
| Field | Type | Required | Description |
|---|---|---|---|
list | object[] | No | |
total | integer | No | |
next | string | No |