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.
|
|