Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET /AuditLog/1000921
Note
FromThis example has been updated for API version 2.0.0 using date format is changed yyyy-dd-MMThh:mi:ss, versions prior to conform ISO 8601 by separating date and time with a T2.0.0 has the following date format: yyyy-dd-MMThhMM hh:mmmi:ss
Code Block
languagejs
{
    "key": 1000921,
    "self": "http://localhost:8080/ws/rest/AuditLog/1000921",
    "createdDate": "2005-05-09 1509T15:51:08",
    "modifiedDate": "2005-05-09 1509T15:54:43",
    "user": {
        "key": 1000656,
        "self": "http://localhost:8080/ws/rest/User/1000656",
        "userCode": "TEST",
        "userName": "Test User"
    },
    "actionTime": "2005-05-09 1509T15: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": []
}

...