GetNotification |
This method is used to get the notification based on the notification id.
SOAP Request
<GetNotification xmlns="http://schemas.cordys.com/notification/workflow/1.0">
<NotificationId>{AE3B5CC7-38D8-45E4-B1D9-F7B42EC6003D}</NotificationId>
</GetNotification>
<GetNotification xmlns="http://schemas.cordys.com/notification/workflow/1.0"> <NotificationId>{AE3B5CC7-38D8-45E4-B1D9-F7B42EC6003D}</NotificationId> </GetNotification>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
NotificationId |
Unique Identifier of the task. |
|
|
SOAP Response
<GetNotificationResponse
xmlns="http://schemas.cordys.com/notification/workflow/1.0"
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<tuple>
<old>
<Notification>
<NotificationId>005056C0-0008-11E0-EF8B-F9BF65251FD3</NotificationId>
<MessageId/>
<Sender
displayName="npraveen" email="" phone1=""
phone2="">cn=npraveen,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</Sender>
<Receiver
displayName="npraveen" email="" phone1="" phone2="">cn=npraveen,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</Receiver>
<Subject>Test Send Notification</Subject>
<Source/>
<SourceInstanceId/>
<Priority>3</Priority>
<DeliveryDate>2011-05-12T06:19:35.063</DeliveryDate>
<UITaskId/>
<NotificationData>
<ApplicationData/>
<CustomData/>
<Links/>
<Annotation>
<Annotation>PARAMETER</Annotation>
</Annotation>
</NotificationData>
</Notification>
</old>
</tuple>
</GetNotificationResponse>
<GetNotificationResponse xmlns="http://schemas.cordys.com/notification/workflow/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <Notification> <NotificationId>005056C0-0008-11E0-EF8B-F9BF65251FD3</NotificationId> <MessageId/> <Sender displayName="npraveen" email="" phone1="" phone2="">cn=npraveen,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</Sender> <Receiver displayName="npraveen" email="" phone1="" phone2="">cn=npraveen,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</Receiver> <Subject>Test Send Notification</Subject> <Source/> <SourceInstanceId/> <Priority>3</Priority> <DeliveryDate>2011-05-12T06:19:35.063</DeliveryDate> <UITaskId/> <NotificationData> <ApplicationData/> <CustomData/> <Links/> <Annotation> <Annotation>PARAMETER</Annotation> </Annotation> </NotificationData> </Notification> </old> </tuple> </GetNotificationResponse>
Response Parameters
Parameter |
Description |
---|---|
NotificationId |
Contains the unique identifier of the notification. |
Sender |
Contains the DN of the user who sent the notification. |
Receiver |
Contains the DN of the user who receives the notification. |
Subject |
Contains the subject of the notification. |
Source |
Contains the name of the source that sent the notification. |
Priority |
Contains the priority of the |
DeliveryDate |
Contains the date on which the notification is delivered to the user. |
url |
Contains the url of the notification form. |
NotificationData |
Contains the data that is sent in the notification form. |
ReadFlag |
Contains boolean value indicating if the notification is read or not read.
|