Skip to main content

@wildix/wda-history-client > QueryConversationsInput

QueryConversationsInput interface

Signature:

export interface QueryConversationsInput 

Properties

Property

Modifiers

Type

Description

company?

string | undefined

(Optional) Company id. eg. it_w123123. Required for s2s auth.

filter?

QueryConversationsFilter | undefined

(Optional)

limit?

number | undefined

(Optional) The maximum number of rows to return.

offset?

number | undefined

(Optional) The offset from which to start.

user?

string | undefined

(Optional) PBX user id. eg. 123123123. Can be applied only for s2s and pbx authorization.