GET/channel-folders/{channelFolderId}
Get the information of a channel folder.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
file
file.read
group.folder
group.folder.read
| Parameter | Type | Description |
|---|---|---|
| channelFolderId | string | orgunit/group/messageroom Folder ID required example : @900000014040402 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| 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 |
| Property | Type | Description |
|---|---|---|
| trash | integer | Trash size format : int64 readOnly : true |
| used | integer | Used size format : int64 readOnly : true |
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}