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

    Response message containing a list of cases.

    interface WebitelCasesCaseList {
        items?: WebitelCasesCase[];
        next?: boolean;
        page?: string;
    }
    Index

    Properties

    Properties

    List of cases.

    next?: boolean

    Flag indicating if there are more pages.

    page?: string

    Current page number.