Folder resource

Get folder size

OVERVIEW

API method to get the folder size given a folder id. Please note that this method is supported from Collaborate 4.2

Request

GET       /api/1/folders/{folderid}/foldersize

Parameters

Parameter Name

Value

Description

folderid

Int

The ID for the folder

Request body

No request body is required for this method. 

Response

If successful this method returns a folder resource in the response body. The folder size is in bytes.

Example Request

GET http://clientdomain.highq.com/clientinstance/api/1/folders/1234

Example Response

XML:

<?xml version="1.0" encoding="UTF-8"?>
<folder>
  <foldersize></foldersize>
</folder>

Comments


2 Comments

Last Updated: Jun 09,2023