@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 CatalogGetDialogsParams = {
        dateSince?: string;
        dateUntil?: string;
        fields?: string[];
        groupString?: string;
        id?: string[];
        online?: boolean;
        page?: number;
        peerId?: string;
        peerName?: string;
        peerType?: string;
        q?: string;
        size?: number;
        sort?: string[];
        viaId?: string;
        viaName?: string;
        viaType?: string;
    }
    Index

    Properties

    dateSince?: string

    Since epochtime (milli). Match*: greater than ..

    dateUntil?: string

    Until epochtime (milli). Match*: less or equal ..

    fields?: string[]

    Fields [Q]uery to build result dataset record.

    groupString?: string

    Includes ONLY those chat dialogs whose member channel(s) contain a specified set of variables.

    10

    id?: string[]

    Set of unique chat IDentifier(s). Accept: dialog -or- member ID.

    online?: boolean

    Dialogs ONLY that are currently [not] active( closed: ? ).

    page?: number

    Page number to return. default: 1.

    peerId?: string

    Contact unique IDentifier. Contact type-specific string.

    peerName?: string

    Contact display name.

    peerType?: string

    Contact type provider.

    q?: string

    Search term: peer.name

    size?: number

    Page records limit. default: 16.

    sort?: string[]

    Sort records by { fields } specification.

    viaId?: string

    Contact unique IDentifier. Contact type-specific string.

    viaName?: string

    Contact display name.

    viaType?: string

    Contact type provider.