Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListQuery

Hierarchy

  • ListQuery

Index

Properties

Properties

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 status

status: ("Enabled" | "Disabled" | "NotActivated" | "Unassigned")[]

Extension current state. Multiple values are supported. If 'Unassigned' is specified, then extensions without extensionNumber are returned. If not specified, then all extensions are returned

Optional type

type: ("User" | "FaxUser" | "VirtualUser" | "DigitalUser" | "Department" | "Announcement" | "Voicemail" | "SharedLinesGroup" | "IvrMenu" | "ApplicationExtension" | "ParkLocation" | "PagingOnly" | "Limited" | "Bot")[]

Extension type. Multiple values are supported

Generated using TypeDoc