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

    SearchThreadResponse contains the list of threads and pagination metadata.

    interface WebitelImApiGatewayV1SearchThreadResponse {
        items?: WebitelImApiGatewayV1Thread[];
        next?: boolean;
    }
    Index

    Properties

    Properties

    List of threads matching the search criteria.

    next?: boolean

    Indicates whether there is a next page available.