Skip to main content
GET
/
folders
/
{folderId}
/
count
curl https://app.drime.cloud/api/v1/folders/123/count \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "count": 16
}

Overview

Returns the total count of items (files and subfolders) in a specific folder.

Path Parameters

folderId
integer
required
The folder ID

Response

count
integer
Number of items in the folder
curl https://app.drime.cloud/api/v1/folders/123/count \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "count": 16
}