Hi,
Is there any REST API exposed from activiti to get the audit trail of a process instance. For example I would like to get the details like who started the process instance , task lists details associated with that process instance (who completed task, when it was completed) etc.
I tried with this - app/rest/process-instances/{process-instance-id}/audit , but I am getting a 401 unauthorized error while trying to get the details using admin credentials.
I could not find any other documentation / details for this. It would be nice if you can provide me with this.
Thanks in Advance.