get https://prd.inucreative.net:38355/open/v1/channel/live
조회 기간에 해당하는 라이브 스케줄 목록을 조회합니다.
Request Parameters
| Field | Type | Description |
|---|---|---|
| month | String | 이메일 주소 |
| page | Integer | 조회할 페이지 번호 |
| size | Integer | 페이지 당 노출될 데이터 개수 |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | 요청이 성공했는지 여부를 나타내는 부울 값 |
| popup | boolean | 팝업이 활성화되었는지 여부를 나타내는 부울 값 |
| code | integer | 요청 결과 코드 |
| message | string | 요청 결과 메시지 |
| result | object | 요청 결과 데이터 |
| dateList | array | 날짜 목록 |
| liveList | array | 라이브 목록 |
| result.dateList[*] | string | 날짜 목록의 각 요소 |
| result.liveList[*] | object | 라이브 목록의 각 요소 |
| liveList[*].id | integer | 라이브의 ID |
| liveList[*].scheduleType | string | 라이브 일정 유형 |
| liveList[*].userName | string | 사용자 이름 |
| liveList[*].startDtFormat | string | 시작 날짜와 시간 형식 |
| liveList[*].endDtFormat | string | 종료 날짜와 시간 형식 |
| liveList[*].profileImageOriginal | string/null | 프로필 이미지 경로 또는 null |
| liveList[*].accessKey | string | 접근 키 |
| liveList[*].liveTitle | string | 라이브 제목 |
| liveList[*].viewCount | integer | 조회수 |
