@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 SearchHistoryCallParams = {
        agentDescription?: string;
        agentId?: string[];
        amdAiResult?: string[];
        amdResult?: string[];
        answeredAtFrom?: string;
        answeredAtTo?: string;
        cause?: string[];
        contactId?: string[];
        createdAtFrom?: string;
        createdAtTo?: string;
        dependencyId?: string;
        direction?: string;
        directions?: string[];
        domainId?: string;
        durationFrom?: string;
        durationTo?: string;
        fields?: string[];
        fts?: string;
        gatewayId?: string[];
        granteeId?: string[];
        hasFile?: boolean;
        hasTranscript?: boolean;
        hasTransfer?: boolean;
        id?: string[];
        memberId?: string[];
        missed?: boolean;
        number?: string;
        ownerId?: string[];
        page?: number;
        parentId?: string;
        q?: string;
        queueId?: string[];
        rated?: boolean;
        ratedBy?: string[];
        ratedUser?: string[];
        schemaId?: number[];
        scoreOptionalFrom?: string;
        scoreOptionalTo?: string;
        scoreRequiredFrom?: string;
        scoreRequiredTo?: string;
        size?: number;
        skipParent?: boolean;
        sort?: string;
        storedAtFrom?: string;
        storedAtTo?: string;
        tags?: string[];
        talkFrom?: string;
        talkTo?: string;
        teamId?: string[];
        timeline?: boolean;
        transferFrom?: string[];
        transferTo?: string[];
        userId?: string[];
        variablesString?: string;
    }
    Index

    Properties

    agentDescription?: string
    agentId?: string[]
    amdAiResult?: string[]
    amdResult?: string[]
    answeredAtFrom?: string
    answeredAtTo?: string
    cause?: string[]
    contactId?: string[]
    createdAtFrom?: string
    createdAtTo?: string
    dependencyId?: string
    direction?: string
    directions?: string[]
    domainId?: string
    durationFrom?: string
    durationTo?: string
    fields?: string[]
    fts?: string
    gatewayId?: string[]
    granteeId?: string[]
    hasFile?: boolean
    hasTranscript?: boolean
    hasTransfer?: boolean
    id?: string[]
    memberId?: string[]
    missed?: boolean
    number?: string
    ownerId?: string[]
    page?: number
    parentId?: string
    q?: string
    queueId?: string[]
    rated?: boolean
    ratedBy?: string[]
    ratedUser?: string[]
    schemaId?: number[]
    scoreOptionalFrom?: string
    scoreOptionalTo?: string
    scoreRequiredFrom?: string
    scoreRequiredTo?: string
    size?: number
    skipParent?: boolean
    sort?: string
    storedAtFrom?: string
    storedAtTo?: string
    tags?: string[]
    talkFrom?: string
    talkTo?: string
    teamId?: string[]
    timeline?: boolean
    transferFrom?: string[]
    transferTo?: string[]
    userId?: string[]
    variablesString?: string

    This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18