Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

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

Methods

delete

  • delete(): Promise<void>

get

  • Since 1.0.15 (Release 7.0)

    Returns the extension answering rules.

    Required Permissions

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

    Usage Plan Group

    Light

    Parameters

    Returns Promise<void>

getEndpoint

  • getEndpoint(withValue?: boolean): string

Protected getRest

list

  • Since 1.0.31 (Release 9.2)

    Returns a list of company answering rules.

    Required Permissions

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

    API Group

    Medium

    Returns Promise<CompanyAnsweringRuleList>

post

  • Since 1.0.24 (Release 8.0)

    Creates a custom answering rule for a particular caller ID.

    Required Permissions

    PermissionDescription
    EditExtensionsViewing and updating my extension info (includes extension name, number, email and phone number)

    Usage Plan Group

    Medium

    Parameters

    Returns Promise<AnsweringRuleInfo>

put

  • Since 1.0.24 (Release 8.0)

    Updates a custom answering rule for a particular caller ID.

    Required Permissions

    PermissionDescription
    EditExtensionsViewing and updating my extension info (includes extension name, number, email and phone number)

    Usage Plan Group

    Medium

    Parameters

    Returns Promise<AnsweringRuleInfo>

toString

  • toString(withValue?: boolean): string

Generated using TypeDoc