Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface ListSmsStatsRequest

    통계 조회 요청

    docs/nhn-sms-api/13-stats.md

    interface ListSmsStatsRequest {
        statisticsType: "NORMAL" | "MINUTELY" | "HOURLY" | "DAILY" | "BY_DAY";
        from: string;
        to: string;
        messageType?: "AUTH" | "SMS" | "LMS" | "MMS";
        templateIds?: string[];
        isAd?: boolean;
        statsIds?: string[];
        requestIds?: string[];
    }
    Index

    Properties

    statisticsType: "NORMAL" | "MINUTELY" | "HOURLY" | "DAILY" | "BY_DAY"

    통계 유형 (필수)

    from: string

    시작 일시 (필수, format: "yyyy-MM-dd HH:mm:ss")

    to: string

    종료 일시 (필수, format: "yyyy-MM-dd HH:mm:ss")

    messageType?: "AUTH" | "SMS" | "LMS" | "MMS"

    메시지 유형

    templateIds?: string[]

    템플릿 ID 목록

    isAd?: boolean

    광고 여부

    statsIds?: string[]

    통계 ID 목록

    requestIds?: string[]

    요청 ID 목록 (최대 5개)