Get All Folders
You can use this endpoint to get a paginated list of all folders.
Request
GET /api/v1/folders
curl --request GET \
--url 'https://www.zep-online.de/zepinstanz/next/api/v1/folders' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'
Response
{
"data": [
{
"id": 1,
"folder_name": "Internal Documents",
"parent_id": 46,
"type": {
"id": 1,
"name": "Project"
},
"project_id": 12,
"subfolders": []
},
{
"id": 2,
"folder_name": "Price Lists",
"parent_id": 110,
"type": {
"id": 1,
"name": "Project"
},
"project_id": 117,
"subfolders": []
}
]
}
Optional Parameters
- Name
limit
- Type
- integer
- Description
Attribute for limiting the number of entries per page