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
Key | Datatype | Required | Description |
---|---|---|---|
eventType | string | An event type id registered for specific process task events | |
taskId | string | An id of the process task instance. | |
taskDefinitionKey | string | The task definition key for tasks part of a process. | |
taskName | string | The task name of the process task instance. | |
taskAssignee | string | The assignee of the process task instance. | |
processInstanceId | string | The process instance id of the task instance. | |
processDefinitionId | string | The process definition id of the task instance. | |
userId | string | The otds Uuid of the user. | |
filterByCurrentSubscription | boolean | Only return the process task instances event logs in the current subscription | |
offset | string | Start position value in the list of items, used for pagination. | |
count | string | Number of items to be limited in the response, used for pagination. By default the count value is set to 10. | |
Before | string | Only return process task instances started before the given date. | |
After | string | Only 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"}]}