Skip to main content

@wildix/xbees-conversations-client > QueryChannelsInput

QueryChannelsInput interface

Signature:

export interface QueryChannelsInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

limit?

number | undefined

(Optional) The maximum number of channels to return. The value must be between 1 and 30.

offset?

number | undefined

(Optional) The offset from which to start listing channels. The value must be between 0 and 1000.

query?

ChannelsQuery | undefined

(Optional)

userId?

string | undefined

(Optional) The unique identifier of the user when a service or PBX token is used.