Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

Returns a list of devices converged to a given account id.

Arguments

See the Constructing Requests page to learn how to use arguments in requests.

Name

Required

Type

Default

Description

account_id

required

integer

The account id you enter here is the one we find converged devices for.

Example Requests & Responses

Please see the API Request and Response Format section for more information on various request encodings.

Request

<request method="switchvox.users.convergedDevices.getList">
    <parameters>
        <account_id>1101</account_id>
    </parameters>
</request>

Response

<response method="switchvox.users.convergedDevices.getList">
  <result>
    <converged_devices>
      <converged_device id="1" label="Main Extension" rapid_transfer_key="1" authorized="1" acknowledge_call="" number="" phone_model="D80" created_by="admin" /> 
      <converged_device id="2" label="Cellphone" rapid_transfer_key="2" authorized="1" acknowledge_call="1" number="8585552323" outgoing_dialing_prefix="9" phone_model="External Number" created_by="admin"/>
      <converged_device id="3" label="Assistant" rapid_transfer_key="3" authorized="1" acknowledge_call="1" converged_account_id="1102" converged_extension="101" phone_model="D70 Line-Key: 5" created_by="admin"/>
    </converged_devices>
  </result>
</response>

Error Codes

See the Error Code Formatting section to see the xml structure when an error is returned.See the Generic Error Codes section to see a list of general fault codes that may be returned.

Code

Description

30546

Internal parameters inconsistent with method. Please report this to technical support.

10014

Invalid account_id (%1). Account_ids may only contain digits.

84711

That account_id is invalid.

  • No labels