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

    SearchVariablesResponse contains search results and pagination metadata.

    interface WebitelImApiGatewayV1SearchVariablesResponse {
        items?: WebitelImApiGatewayV1ThreadVariables[];
        next?: boolean;
    }
    Index

    Properties

    Properties

    List of thread variables grouped by thread.

    next?: boolean

    Indicates if there are more results to fetch.