solapi
    Preparing search index...
    • Parameters

      • Optionaldata:
            | {
                dateType?: "CREATED"
                | "UPDATED";
                endDate?: string | Date;
                from?: string;
                groupId?: string;
                limit?: number;
                messageId?: string;
                messageIds?: readonly string[];
                startDate?: string | Date;
                startKey?: string;
                statusCode?: string;
                to?: string;
                type?:
                    | "SMS"
                    | "LMS"
                    | "MMS"
                    | "ATA"
                    | "CTA"
                    | "CTI"
                    | "NSA"
                    | "RCS_SMS"
                    | "RCS_LMS"
                    | "RCS_MMS"
                    | "RCS_TPL"
                    | "RCS_ITPL"
                    | "RCS_LTPL"
                    | "FAX"
                    | "VOICE"
                    | "BMS_TEXT"
                    | "BMS_IMAGE"
                    | "BMS_WIDE"
                    | "BMS_WIDE_ITEM_LIST"
                    | "BMS_CAROUSEL_FEED"
                    | "BMS_PREMIUM_VIDEO"
                    | "BMS_COMMERCE"
                    | "BMS_CAROUSEL_COMMERCE"
                    | "BMS_FREE";
            }
            | GetMessagesRequest

      Returns GetMessagesFinalizedPayload