Name
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Retrieves the settings for a specified profile.
Syntax
http://server_name/api/xml?action=telephony-profile-info&profile-id=integer
Parameters
|
Required? |
Description |
account-id |
N |
Integer that specifies the ID of the account to which the profile belongs. If not specified, the logged in user's account is used. |
profile-id |
Y |
Integer that specifies the ID of the profile you want to view. |
Permission
You must have permission to view the profile.
Example
Request:
http://example.com/api/xml?action=telephony-profile-info&profile-id=11422
Response:
<results> <status code="ok"/> - <telephony-profile profile-id="11422" provider-id="11319" profile-status="enabled" provider-type="integrated"> <adaptor-id>premiere-adaptor</adaptor-id> <provider-name>premiere-adaptor</provider-name> - <class-name> com.macromedia.breeze_ext.premiere.gateway.PTekGateway </class-name> <profile-name>PNA1-1</profile-name> <provider-status>enabled</provider-status> </telephony-profile> - <telephony-profile-fields disabled="" principal-id="11202" profile-id="11422" profile-status="enabled" provider-id="11319"> <profile-name>PNA1-1</profile-name> <x-tel-premiere-conference-id>5074202</x-tel-premiere-conference-id> <x-tel-premiere-conference-number>1-888-208-8183</x-tel-premiere-conference-number> <x-tel-premiere-uv-conference-number>1-888-208-8183</x-tel-premiere-uv-conference-number> <x-tel-premiere-participant-code>726988</x-tel-premiere-participant-code> <x-tel-premiere-user-id>7003155</x-tel-premiere-user-id> <x-tel-premiere-password>#C$F%P@E!i4/XRiuxhMAZLnQPpS4f0w==</x-tel-premiere-password> <x-tel-premiere-moderator-code>7269889</x-tel-premiere-moderator-code> </telephony-profile-fields> </results>