Name
API method to reorder the display of the phone numbers for a telephony profile in Adobe Connect.
Availability
Adobe Connect 9.2
Description
Use this API to reorder the display of the phone numbers for a telephony profile.
Request URL
Parameters
|
Type |
Required |
Description |
profile-id |
Integer |
Yes |
The profile for which to reorder the numbers. |
loccode |
String |
Yes |
The location code for the number. |
number |
String |
Yes |
The number to be reordered. This is used with the loccode to make unique tuple as there might be multiple numbers for a single loccode. |
listOrder |
Integer |
Yes |
The order in which the number should appear (zero based). |
Response values
This API returns the status code only, whether the request is successful or not.
Sample request
https://sample.com/api/xml?action=telephony-profile-conf-number-order-update&profile-id=689307045&loccode=CANMON&number=+1%20514%20669%205928&listOrder=0&loccode=USAUSA&number=1-719-457-6209&listOrder=1&loccode=CANTOR&number=+1%20647%20426%209172&listOrder=2&loccode=USAUSA&number=1-866-398-2885&listOrder=3
Sample response
<results> <status code="ok"/> </results>