FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getRecentNotificationsResponse message contains an element of getRecentNotifications.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
NotificationEmail | NotificationEmail | 0..* | Notification Email. |
Name | Type |
---|---|
getRecentNotifications | Method |
The following XML fragment illustrates an getRecentNotificationsResponse message:
<ns2:getRecentNotificationsResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
<ns2:NotificationEmail>
<ns2:SystemEmailId>38337003</ns2:SystemEmailId>
<ns2:Subject>Product Update Notification</ns2:Subject>
<ns2:SendDateTime>2015-02-05-08:00</ns2:SendDateTime>
</ns2:NotificationEmail>
<ns2:NotificationEmail>
<ns2:SystemEmailId>38336993</ns2:SystemEmailId>
<ns2:Subject>Product Update Notification</ns2:Subject>
<ns2:SendDateTime>2015-02-05-08:00</ns2:SendDateTime>
</ns2:NotificationEmail>
</ns2:getRecentNotificationsResponse>