switchvox.users.convergedDevices.getList
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. |
Â