Short Description
Chapter Contents:
Long Description
Supported methods
GET /AuditLog
Get a list of AuditLog objects. Filter to avoid huge amounts of data (see Filtering for search parameters).
GET /AuditLog/{key}
Get a single AuditLog object
Example response body
GET /AuditLog/1000921
Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior versions has date format: yyyy-dd-MM hh:mi:ss)
{ "key": 1000921, "self": "http://localhost:8080/ws/rest/AuditLog/1000921", "createdDate": "2005-05-09T15:51:08", "modifiedDate": "2005-05-09T15:54:43", "user": { "key": 1000656, "self": "http://localhost:8080/ws/rest/User/1000656", "userCode": "TEST", "userName": "Test User" }, "actionTime": "2005-05-09T15:51:08", "entryText": "Field update: portCostCurrency", "newValue": "300000", "oldValue": "0.0", "action": { "key": 1000009, "self": "http://localhost:8080/ws/rest/Action/1000009" }, "field": { "key": 902955, "self": "http://localhost:8080/ws/rest/Field/902955" }, "source": 1000886, "remarks": [] }
1000921