get https://prd.inucreative.net:38355/open/v1/category/vod
업로드한 VOD 영상 리스트를 조회합니다.
Request Parameters
| Field | Type | Description |
|---|---|---|
| page | Integer | 조회할 페이지 번호 |
| size | Integer | 페이지 당 노출될 데이터 개수 |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | 요청이 성공했는지 여부를 나타내는 부울 값 |
| popup | boolean | 팝업이 활성화되었는지 여부를 나타내는 부울 값 |
| code | integer | 요청 결과 코드 |
| message | string | 요청 결과 메시지 |
| result | object | 요청 결과 데이터 |
| result.totalCount | integer | 총 VOD 개수 |
| result.vodList | array | VOD 목록 |
| vodList[*].id | integer | VOD ID |
| vodList[*].directoryIdx | integer | 디렉토리 인덱스 |
| vodList[*].directoryName | string | 디렉토리 이름 |
| vodList[*].vodTitle | string | VOD 제목 |
| vodList[*].userName | string | 사용자 이름 |
| vodList[*].tags | array | 태그 목록 |
| vodList[*].viewCount | integer | 조회수 |
| vodList[*].vodThumbnail | array | VOD 썸네일 경로 목록 |
| vodList[*].vodDuration | string | VOD 재생 시간 |
