ViewMemosByTask |
This method is used to view the memos related to a particular task.
SOAP Request
<ViewMemosByTask xmlns="http://schemas.cordys.com/notification/workflow/1.0">
<TaskId>{F30B8CC6-2BE3-482F-AFBE-DE9B13F86415}</TaskId>
</ViewMemosByTask>
<ViewMemosByTask xmlns="http://schemas.cordys.com/notification/workflow/1.0"> <TaskId>{F30B8CC6-2BE3-482F-AFBE-DE9B13F86415}</TaskId> </ViewMemosByTask>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
TaskId |
Unique Identifier of the task. |
|
This ID can be retrieved using the GetTasks API |
SOAP Response
<ViewMemosByTaskResponse xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.cordys.com/notification/workflow/1.0">
<tuple>
<old>
<Memo>
<MemoId>{50EB97A2-6CF7-4C69-A569-4857758F5537}</MemoId>
<TaskId>{F30B8CC6-2BE3-482F-AFBE-DE9B13F86415}</TaskId>
<MemoTitle /> <MemoData>This is a Memo</MemoData>
<MemoType>NORMAL</MemoType>
<TimeStamp>2008-04-24T09:31:34.792</TimeStamp>
<UserDisplayName>JDoe</UserDisplayName>
<CreatedBy>cn=Jack,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</CreatedBy>
</Memo>
</old>
</tuple>
</ViewMemosByTaskResponse>
<ViewMemosByTaskResponse xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.cordys.com/notification/workflow/1.0"> <tuple> <old> <Memo> <MemoId>{50EB97A2-6CF7-4C69-A569-4857758F5537}</MemoId> <TaskId>{F30B8CC6-2BE3-482F-AFBE-DE9B13F86415}</TaskId> <MemoTitle /> <MemoData>This is a Memo</MemoData> <MemoType>NORMAL</MemoType> <TimeStamp>2008-04-24T09:31:34.792</TimeStamp> <UserDisplayName>JDoe</UserDisplayName> <CreatedBy>cn=Jack,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</CreatedBy> </Memo> </old> </tuple> </ViewMemosByTaskResponse>
Response Parameters
Parameter |
Description |
---|---|
TaskId |
Unique Identifier of the task to be retrieved. |
MemoTitle |
Contains the name of the Memo. |
MemoData |
Contains the data in the Memo. |
MemoType |
Memo of type "INSTRUCTION" cannot be deleted but "NORMAL" type can be deleted. |
TimeStamp |
Denotes the date and time at which the memo was last modified. |
UserDisplayName |
Contains the display name of the user. |
CreatedBy |
DN of the user who created the task. |