Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in My webMethods 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.
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
Output Parameters
taskAudits
TaskAudit[] An array of TaskAudit objects representing the audit logs of the task. See TaskAudit for information about the structure of this object.