$customHeader
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 17 Next »

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 version 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

Top
Back

Related Content

 Expand to see related content

Unknown macro: {dynamiccontentbylabel}

  • No labels