You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Definition

Audit Trail API will list all records present in the Audit Trail.


NameDescription
1List audit trails

List all records present in the Audit Trail database table.

Name

Description
URL/auditTrails
HTTP MethodGET
Query String Parameters
ParameterDescription
variables

Workflow variable value(s) to set.

Can be multiple query parameters for many workflow variables.

Sample Response
[
  {
    "id": "4028e381697072b901697073acec0000",
    "username": "roleAnonymous",
    "appId": "appcenter",
    "appVersion": "1",
    "timestamp": "Mar 12, 2019 1:50:22 PM",
    "clazz": "org.joget.apps.workflow.security.WorkflowAuthenticationProvider",
    "method": "authenticate",
    "message": "Authentication for user admin (0:0:0:0:0:0:0:1) : true"
  },
  {
    "id": "4028e381697072b901697073b80d0001",
    "username": "roleAnonymous",
    "appId": null,
    "appVersion": null,
    "timestamp": "Mar 12, 2019 1:50:25 PM",
    "clazz": "org.joget.apps.app.dao.FormDefinitionDaoImpl",
    "method": "update",
    "message": "{id:\"user_approval\", appId:\"dashboard\", appVersion:\"1\", name:\"User Approval Form\", dateCreated:\"2018-11-14 14:20:31.0\", dateModified:\"Tue Mar 12 13:50:25 SGT 2019\"}"
  },
	.....
]




  • No labels