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

    SearchList represents a paginated collection of Contact entities.

    interface WebitelImApiGatewayV1ContactList {
        items?: WebitelImApiGatewayV1Contact[];
        next?: boolean;
        page?: number;
        size?: number;
    }
    Index

    Properties

    Properties

    List of contacts found.

    next?: boolean

    Indicates if there are more pages available.

    page?: number

    Current page number.

    size?: number

    Number of items returned in this batch.