GET/channel-folders/{channelFolderId}

Get the information of a channel folder.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

file
file.read
group.folder
group.folder.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/channel-folders/{channelFolderId}

Path Parameters

ParameterTypeDescription
channelFolderId string 

orgunit/group/messageroom Folder ID


required
example : @900000014040402 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
channelFolderId string 

orgunit/group/channel folder


readOnly : true 
createdTime string 

Creation time


readOnly : true 
name string 

Name


readOnly : true 
quota object (quota) 

Channel folder size

 

quota

PropertyTypeDescription
trash integer 

Trash size


format : int64
readOnly : true 
used integer 

Used size


format : int64
readOnly : true 

Response Example

example

1{2  "channelFolderId": "@900000014040402",3  "name": "folder",4  "createdTime": "2019-03-19T09:42:15+09:00",5  "quota": {6    "used": 161399890,7    "trash": 630864328  }9}