Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in Integration Server | GET Task Audit Information
 
GET Task Audit Information
This REST request returns the audit log of all of the operations performed on a task, or a specific audit entry. The underlying built-in service is pub.task.taskclient:getTaskAudit.
The HTTP request to return all audit information is formed as follows:
GET /rest/pub/opentask/taskID/audit
The HTTP request to return a specific audit entry is formed as follows:
GET /rest/pub/opentask/taskID/audit/auditEntryID
Input Parameters
taskID
String The unique identifier that the Task Engine assigns to the task
auditEntryID
String Optional. The unique identifier of the task audit entry to be returned.
Output Parameters
taskAudits
TaskAudit[] An array of TaskAudit objects representing the audit logs of the task. See pub.task:TaskAudit for information about the structure of this object.