solapi
    Preparing search index...
    interface GetBlacksRequest {
        endDate?: string | Date;
        limit?: number;
        senderNumber?: string;
        startDate?: string | Date;
        startKey?: string;
    }

    Implemented by

    Index

    Properties

    endDate?: string | Date

    조회할 종료 날짜

    limit?: number

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

    senderNumber?: string

    080 수신거부를 요청한 수신번호

    startDate?: string | Date

    조회할 시작 날짜

    startKey?: string

    페이지네이션 조회 키