@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 SearchCasesParams = {
        contactId?: string;
        fields?: string[];
        filters?: string[];
        filtersV1?: string;
        ids?: string[];
        page?: number;
        q?: string;
        qin?: string;
        size?: number;
        sort?: string;
    }
    Index

    Properties

    contactId?: string

    Contact ID for filtering cases.

    fields?: string[]

    List of fields to include in the response.

    filters?: string[]

    Key-value pairs for additional filtering.

    filtersV1?: string

    Updated filters with CEL syntax.

    ids?: string[]

    List of specific case IDs to retrieve.

    page?: number

    Page number for pagination.

    q?: string

    General query string.

    qin?: string

    Specify which fields to apply 'q' to.

    size?: number

    Number of results per page.

    sort?: string

    Sorting criteria (e.g., field:asc).