List process instances audit log
GET {{baseUrl}}/process-instances/audit-logs?eventType=process-end&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 instances audit logs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
eventType | string | An event type id registered for specific process events | |
processInstanceId | string | An id of the process instance. | |
processDefinitionId | string | The process definition id of the process instance. | |
userId | string | The otds Uuid of the user. | |
filterByCurrentSubscription | boolean | Only return the process 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 instances started before the given date. | |
After | string | Only return process instances started after the given date. |
RESPONSES
status: OK
{"links":{"empty":false},"content":[{"tenantid":"dolore fugiat voluptate veniam","endTime":"2020-04-02T17:20:18.722+05:30","subscriptionid":"laboris aliqua anim ullamco","businessKey":"SampleBusinessKey","id":"68cb0e33-74d7-11ea-a29e-50e08558ee22","startTime":"2020-04-02T17:15:11.315+05:30","eventType":"elit fugiat","subject":"eiusmod veniam ea quis","userId":"cillum","processDefinitionId":"SampleDeployment:3:668738b2-74d7-11ea-a29e-50e08558ee22"},{"tenantid":"Ut do","endTime":"2020-04-02T17:20:18.722+05:30","subscriptionid":"sed do Lorem laborum","businessKey":"SampleBusinessKey","id":"68cb0e33-74d7-11ea-a29e-50e08558ee22","startTime":"2020-04-02T17:15:11.315+05:30","eventType":"Lorem anim consectetur","subject":"exercitation","userId":"exercitation ipsum","processDefinitionId":"SampleDeployment:3:668738b2-74d7-11ea-a29e-50e08558ee22"}]}