Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Extension(prv: PathSegment, id?: string, service?: any): Extension

Methods

activeCalls

addressBook

addressBookSync

answeringRule

  • Internal identifier of an answering rule. The value can be standard digital ID or specific ID - either business-hours-rule or after-hours-rule

    Parameters

    • Optional id: string

    Returns AnsweringRule

authzProfile

blockedNumber

businessHours

callLog

callLogSync

callerId

companyPager

conferencing

delete

  • delete(): Promise<void>
  • Since 1.0.10 (Release 6.2)

    Deletes extension(s) by ID(s).

    Required Permissions

    PermissionDescription
    EditAccountsViewing and updating user account info (including name, business name, address and phone number/account number)

    Usage Plan Group

    Medium

    Returns Promise<void>

device

favorite

fax

  • fax(id?: string): Fax

forwardingNumber

get

  • Since 1.0.0

    Returns basic information about a particular extension of an account.

    Required Permissions

    PermissionDescription
    ReadAccountsViewing user account info (including name, business name, address and phone number/account number)

    Usage Plan Group

    Light

    Returns Promise<GetExtensionInfoResponse>

getEndpoint

  • getEndpoint(withValue?: boolean): string

Protected getRest

grant

  • grant(id?: string): Grant

greeting

list

  • Since 1.0.0

    Returns the list of extensions created for a particular account. All types of extensions are included in this list.

    Required Permissions

    PermissionDescription
    ReadAccountsViewing user account info (including name, business name, address and phone number/account number)

    API Group

    Medium

    Parameters

    Returns Promise<GetExtensionListResponse>

meeting

messageStore

messageSync

notificationSettings

phoneNumber

post

  • Since 1.0.10 (Release 6.2)

    Creates an extension.

    Required Permissions

    PermissionDescription
    EditAccountsViewing and updating user account info (including name, business name, address and phone number/account number)

    API Group

    Medium

    Parameters

    Returns Promise<ExtensionInfo>

presence

profileImage

  • Dimensions of a profile image which will be returned in response. If this path parameter is not specified in request URI then

    Parameters

    • Optional id: string

    Returns ProfileImage

put

ringOut

sms

  • sms(id?: string): Sms

toString

  • toString(withValue?: boolean): string

Generated using TypeDoc