get https://prd.inucreative.net:38355/open/v1/category/vodDetail
조회하려는 VOD에 대한 상세정보를 조회합니다.
Request Parameters
| Field | Type | Description |
|---|---|---|
| id | Integer | category Idx |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | 요청이 성공했는지 여부를 나타내는 부울 값 |
| popup | boolean | 팝업이 활성화되었는지 여부를 나타내는 부울 값 |
| code | integer | 요청 결과 코드 |
| message | string | 요청 결과 메시지 |
| result | object | 요청 결과 데이터 |
| result.id | integer | VOD ID |
| result.vodTitle | string | VOD 제목 |
| result.viewCount | integer | 조회수 |
| result.tags | array | 태그 목록 |
| result.description | string | VOD 설명 |
| result.vodThumbnail | string | VOD 썸네일 경로 |
| result.streamUrl | string | VOD 스트리밍 URL |
| result.attachment | array | 첨부 파일 목록 |
| attachment[*].id | integer | 첨부 파일 ID |
| attachment[*].title | string | 첨부 파일 제목 |
| attachment[*].fileUrl | string | 첨부 파일 경로 |
| attachment[*].fileType | string | 첨부 파일 유형 |
| attachment[*].regDt | string | 첨부 파일 등록 일시 |
| attachment[*].isDelete | boolean | 첨부 파일 삭제 여부 |
