@webitel/api-services
    Preparing search index...

    Response message for listing communications linked to a case.

    interface WebitelCasesListCommunicationsResponse {
        data?: WebitelCasesCaseCommunication[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    List of communications.

    next?: boolean
    page?: number

    Current page number.