동영상 폴더명 조회Copy Page미디어 보관함에 생성된 동영상 폴더를 폴더명으로 조회합니다. Request URL HTTPGET https://api.v4.wecandeo.com/info/videopack/folder/v1/name.json?folderName={Folder Name} Request Parameters Parameter NameTypeDescriptionfolderName (Required)String폴더 이름 Response Example JSON{ "folderInfo": [ { "folderId": 18, "folderName": "TestVideo", "videoCnt": 0, "folderSize": null, "cdate": "2023-05-10T08:13:36.000Z", "packageCnt": 0 } ] } Response Data Value NameTypeDescriptionfolderIdInteger폴더 IDfolderNameString폴더 이름videoCntInteger폴더 내 동영상 수량folderSizeInteger폴더 내 동영상 원본 용량의 합계packageCntInteger연동된 배포 패키지 수 (폴더 연동)cdateInteger폴더 생성 날짜, 시각Updated over 1 year ago 동영상 폴더 목록 조회동영상 다운로드 URL 조회Did this page help you?YesNo