미디어 보관함에 생성된 동영상 폴더 목록을 조회합니다.
Request URL
GET https://api.v4.wecandeo.com/info/videopack/folder/v1/info.jsonRequest Parameters
| Parameter Name | Type | Description |
|---|---|---|
| - | - | - |
Response Example
{
"folderList": [
{
"id": 6,
"cdate": "2023-05-04T11:35:09.000Z",
"folderName": "Sample Folder",
"videoCnt": 4,
"folderSize": 79996280
}
]
}Response Data Value
| Name | Type | Description |
|---|---|---|
| id | Long | 폴더 ID |
| folderName | String | 폴더 이름 |
| videoCnt | Integer | 폴더 내 동영상 수량 |
| folderSize | Long | 폴더 내 동영상 원본 용량의 합계 |
| cdate | String | 폴더 생성 날짜, 시각 |
