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

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type ContactsSearchParams = {
        fields?: string[];
        onlyBots?: boolean;
        page?: number;
        q?: string;
        size?: number;
        sort?: string;
        subjects?: string[];
        type?: string[];
    }
    Index

    Properties

    fields?: string[]

    List of specific fields to include in the response. If empty, all fields are returned.

    onlyBots?: boolean
    page?: number

    Page number to retrieve (starts from 1).

    q?: string

    Full-text search query (matches against name or username).

    size?: number

    Number of items per page.

    sort?: string

    Sorting criteria (e.g., "name" or "-created_at").

    subjects?: string[]

    Filter by internal system subjects/user IDs.

    type?: string[]

    Filter by channel types (e.g., ["telegram", "viber"]).