Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
changes.mady.by.user Justin
Saved on Aug 27, 2019
Saved on Jul 16, 2020
Audit Trail API Trail API will list all records present in the Audit Trail.
List all records present in the Audit Trail database table by default.
Able to filter or sort the returned results via parameters.
Name
Filters the response by querying the search terms for for:
Similar to the LIKE condition operator for database querying.
Filters the response from the specified date and time.
Format: YYYY-MM-DD hh:mm:ss (e.g: 2019-08-26 00:00:00)
Filters the response to the specified date and time.
Format: YYYY-MM-DD hh:mm:ss (e.g: 2019-08-26 0027 23:0059:0059)
Audit trails data column to sort.
Must be used in conjunction with "sortDescending" parameter.
Sort the specified "sort" parameter value in ascending or descending order.
Expects a boolean value.
Must be used in conjunction with "sort" parameter.
[ { "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" }, ..... ]
...