List process task instances audit log

GET {{baseUrl}}/task-instances/audit-logs?eventType=process-task-create&taskId=et esse&taskDefinitionKey=et esse&taskName=et esse&taskAssignee=et esse&processInstanceId=et esse&processDefinitionId=et esse&userId=et esse&filterByCurrentSubscription=true&offset=et esse&count=et esse&Before=1967-06-20T13:14:48.573Z&After=1967-06-20T13:14:48.573Z

List process task instances audit logs

Request Params

KeyDatatypeRequiredDescription
eventTypestringAn event type id registered for specific process task events
taskIdstringAn id of the process task instance.
taskDefinitionKeystringThe task definition key for tasks part of a process.
taskNamestringThe task name of the process task instance.
taskAssigneestringThe assignee of the process task instance.
processInstanceIdstringThe process instance id of the task instance.
processDefinitionIdstringThe process definition id of the task instance.
userIdstringThe otds Uuid of the user.
filterByCurrentSubscriptionbooleanOnly return the process task instances event logs in the current subscription
offsetstringStart position value in the list of items, used for pagination.
countstringNumber of items to be limited in the response, used for pagination. By default the count value is set to 10.
BeforestringOnly return process task instances started before the given date.
AfterstringOnly return process task instances started after the given date.

RESPONSES

status: OK

{"links":{"empty":false},"content":[{"category":"SampleCategory","tenantid":"exercitation ut cillum in aute","executionId":"68cb0e35-74d7-11ea-a29e-50e08558ee22","subscriptionid":"ullamco","assignee":"SampleAssignee","name":"Sample Task","id":"68cb0e33-74d7-11ea-a29e-50e08558ee22","startTime":"2020-04-02T17:15:11.315+05:30","eventType":"incididunt sunt quis magna","taskDefinitionKey":"SampleTaskDefinitionKey","subject":"anim","userId":"quis laboris ea","processInstanceId":"68cb0e33-74d7-11ea-a29e-50e08558ee22","processDefinitionId":"SampleDeployment:3:668738b2-74d7-11ea-a29e-50e08558ee22"},{"category":"SampleCategory","tenantid":"ipsum proide","executionId":"68cb0e35-74d7-11ea-a29e-50e08558ee22","subscriptionid":"do dolor qui","assignee":"SampleAssignee","name":"Sample Task","id":"68cb0e33-74d7-11ea-a29e-50e08558ee22","startTime":"2020-04-02T17:15:11.315+05:30","eventType":"et in","taskDefinitionKey":"SampleTaskDefinitionKey","subject":"ipsum ut nulla occaecat irure","userId":"Lorem est","processInstanceId":"68cb0e33-74d7-11ea-a29e-50e08558ee22","processDefinitionId":"SampleDeployment:3:668738b2-74d7-11ea-a29e-50e08558ee22"}]}