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

    Paginated list of related cases.

    interface WebitelCasesRelatedCaseList {
        data?: WebitelCasesRelatedCase[];
        next?: boolean;
        page?: string;
    }
    Index

    Properties

    Properties

    List of related cases on the current page.

    next?: boolean

    Flag to indicate if more pages are available.

    page?: string

    Current page number.