미디어 보관함에 생성된 동영상 폴더를 폴더명으로 조회합니다.
GET https://api.v4.wecandeo.com/info/videopack/folder/v1/name.json?folderName={Folder Name}
Parameter Name | Type | Description |
---|
folderName (Required) | String | 폴더 이름 |
{
"folderInfo": [
{
"folderId": 18,
"folderName": "TestVideo",
"videoCnt": 0,
"folderSize": null,
"cdate": "2023-05-10T08:13:36.000Z",
"packageCnt": 0
}
]
}
Name | Type | Description |
---|
folderId | Integer | 폴더 ID |
folderName | String | 폴더 이름 |
videoCnt | Integer | 폴더 내 동영상 수량 |
folderSize | Integer | 폴더 내 동영상 원본 용량의 합계 |
packageCnt | Integer | 연동된 배포 패키지 수 (폴더 연동) |
cdate | Integer | 폴더 생성 날짜, 시각 |