Name
Provides information about the disclaimer text that is shown when a user enters a meeting. Also, see meeting-disclaimer-update.
Availability
Acrobat Connect Pro 7
Description
Provides information about the disclaimer text that is shown when a user enters a meeting. For more information about the disclaimer, see meeting-disclaimer-update.
Request URL
https://servername/api/xml ?action=meeting-disclaimer-info &account-id=integer &session=string
Parameters
|
Type |
Required |
Description |
account-id |
BIGINT |
N |
The ID of the account for which the disclaimer text is retrieved. If not used, the account that you are currently logged in to is updated. |
session |
String |
N |
A string; the value of the BREEZESESSION cookie. |
Filters
Filters cannot be used with this action.
Response structure
<?xml version="1.0" encoding="utf-8" ?> <results> <status code=allowedValue /> <disclaimer> string </disclaimer> </results>
Response values
Element |
Attribute |
Type |
Description |
results |
|
Container |
All results the action returns. |
status |
|
Empty, with attributes |
The status of the response. |
|
code |
Allowed value |
A code indicating the response status (see status). |
disclaimer |
|
String |
The text of the disclaimer notice. |
Sample request
https://example.com/api/xml?action=meeting-disclaimer-info&account-id=7
Sample response
<?xml version="1.0" encoding="utf-8" ?> <results> <status code="ok" /> <disclaimer> This meeting may be recorded for compliance purpose. By clicking OK you agree to the terms of meeting. </disclaimer> </results>