SOAP API - getCommentAudit
The table summarizes the SOAP API - getCommentAudit.
Request | Uses the getCommentAuditRequest element (from the EventCollectorReportService schema). |
Parameter notes |
|
Response | Returns a getCommentAuditResponse element (from the EventCollectorReportService schema). |
Example | Request:
<soapenv:Body> <api:getCommentAuditRequest> <base:CommentReference> <processInstanceRef> <instanceId>pvm:0a123</instanceId> </processInstanceRef> </base:CommentReference> <base:CommentReportOptions> </base:CommentReportOptions> </api:getCommentAuditRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <getCommentAuditResponse xmlns="http://api.ec.n2.tibco.com"> <CommentAudit xmlns="http://base.api.ec.n2.tibco.com"> <endPosition xmlns="">1</endPosition> <startPosition xmlns="">0</startPosition> <totalItems xmlns="">1</totalItems> <reference xmlns="" xmlns:api="http://api.ec.n2.tibco.com" xmlns:base="http://base.api.ec.n2.tibco.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <processInstanceRef> <instanceId>pvm:0a123</instanceId> </processInstanceRef> </reference> <comment xmlns=""> <id>1684</id> <creationTime>2016-03-21T11:50:27.137Z</creationTime> <componentId>EC</componentId> <messageId>EC_COMMENT_PI</messageId> <severity>AUDIT</severity> <message>ProcessInstance Comment</message> <priority>MEDIUM</priority> <correlationId>e25100b7-b44c-4fd7-862a-2725197724bf</correlationId> <contextId>e25100b7-b44c-4fd7-862a-2725197724bf</contextId> <messageCategory>PROCESS_INSTANCE</messageCategory> <principalId>tibco-admin</principalId> <principalName>tibco-admin</principalName> <managedObjectId>pvm:0a123</managedObjectId> <managedObjectType>AUDIT_COMMENT</managedObjectType> <managedObjectVersion>-1</managedObjectVersion> <extendedMessage>This is a claim.</extendedMessage> <children> <comment> <id>1685</id> <creationTime>2016-03-21T11:52:16.783Z</creationTime> <componentId>EC</componentId> <messageId>EC_COMMENT_PI</messageId> <severity>AUDIT</severity> <message>ProcessInstance Comment</message> <priority>MEDIUM</priority> <correlationId>a1ae20a2-ffe3-427b-9a83-f6e3fd2556eb</correlationId> <contextId>a1ae20a2-ffe3-427b-9a83-f6e3fd2556eb</contextId> <messageCategory>PROCESS_INSTANCE</messageCategory> <principalId>tibco-admin</principalId> <principalName>tibco-admin</principalName> <managedObjectId>pvm:0a123</managedObjectId> <managedObjectType>AUDIT_COMMENT</managedObjectType> <managedObjectVersion>1684</managedObjectVersion> <extendedMessage>This is also a claim.</extendedMessage> </comment> </children> </comment> </CommentAudit> </getCommentAuditResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.