Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListQuery

Hierarchy

  • ListQuery

Index

Properties

Properties

Optional direction

direction: ("Inbound" | "Outbound")[]

The direction for the result records. It is allowed to specify more than one direction. If not specified, both inbound and outbound records are returned. Multiple values are accepted

Optional page

page: number

Indicates the page number to retrieve. Only positive number values are allowed. Default value is '1'

Optional perPage

perPage: number

Indicates the page size (number of items). If not specified, the value is '100' by default

Optional type

type: ("Voice" | "Fax")[]

Call type of a record. It is allowed to specify more than one type. If not specified, all call types are returned. Multiple values are accepted

Generated using TypeDoc