Name
You can enable or disable email notification types for an Event using event-notification-status-update Web Service API.
Availability
Adobe Connect 9.5.4
Description
Using this API you can enable or disable email notification types for an Event.
Request URL
http://example.com/api/xml?action=event-notification-status-update &account-id=integer &sco-id=integer &action-id=integer&is-selected=boolean
Parameters
The parameters action-id and is-selected are used together to enable or disable a notification.
|
Type |
Required |
Description |
sco-id |
Integer |
Yes |
Sco ID of the SCO, whose URL is to be updated. |
account-id |
Integer |
|
The ID of the account of the current user. |
action-id |
Integer |
Yes |
The ID of the email notification type. |
is-selected |
Boolean |
Yes |
A Boolean flag to select or deselect the email notification field. |
Filters
Results cannot be filtered or sorted.
Response or return structure
<results> <status code="ok"/> </results>
Sample request
http://www.example.com/api/xml?action=event-notification-status-update&account-id=7&sco-id=13902&action-id=14006&is-selected=true&action-id=14012&is-selected=true&action-id=14009&is-selected=true&action-id=14007&is-selected=true&action-id=14011&is-selected=true&action-id=14017&is-selected=false
Response or return 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). |