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>
Helmut Habiger bytes!
Which unit is used? Byte, KB, MB, ...?
Last Updated: Nov 08,2024
Comments
2 Comments