You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
| Name | Description |
---|
1 | List form data audit trails |
List all records present in the Audit Trail database table by default. Able to filter or sort the returned results via parameters.
Name | Description |
---|
URL | /auditTrails | HTTP Method | GET | Query String Parameters | Parameter | Description |
---|
search | Filters the response by querying the search terms for username, java class, java method, or output message. Similar to the LIKE condition for database querying. | dateFrom | Filters the response from the specified date and time. Format: YYYY-MM-DD hh:mm:ss (e.g: 2019-08-26 00:00:00) | dateTo | Filters the response to the specified date and time. Format: YYYY-MM-DD hh:mm:ss (e.g: 2019-08-27 23:59:59) | sort | Audit trails data column to sort. Must be used in conjunction with "sortDescending" parameter. | sortDescending | Sort the specified "sort" parameter value in ascending or descending order. Expects a boolean value. Must be used in conjunction with "sort" parameter. | startOffset | Starting position of records to start query. Expects an integer. | pageSize | Number of results to return. Expects an integer. |
| Sample Response | |
|