GetKakaoChannelsRequest

카카오 채널 목록 조회를 위한 요청 타입

interface GetKakaoChannelsRequest {
    categoryCode?: string;
    channelId?: string;
    endDate?: string | Date;
    isMine?: boolean;
    limit?: number;
    phoneNumber?: string;
    searchId?: string;
    startDate?: string | Date;
    startKey?: string;
}

Properties

categoryCode?: string

카카오톡 채널 카테고리 코드

channelId?: string

카카오 채널 ID(구 pfId)

endDate?: string | Date

조회할 종료 날짜

isMine?: boolean

공유받은 채널 여부 조회(true일 경우 공유받지 않은 본인 채널만 조회)

limit?: number

조회 시 제한할 건 수 (기본: 20, 최대: 500)

phoneNumber?: string

카카오 채널 담당자 휴대전화 번호

searchId?: string

카카오 채널 검색용 아이디

startDate?: string | Date

조회할 시작 날짜

startKey?: string

페이지네이션 조회 키