Versions Compared

Key

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

...

Property
Type
Length
Mandatory
Description
Comments
eventLogDateDate    
event
/Event    

Example response body

Note
This example has been updated for API version 2.0.0 using date format yyyy-dd-MMThh:mi:ss, versions prior to 2.0.0 has the following date format: yyyy-dd-MM hh:mi:ss
Code Block
languagejs
{
    "key": 1104816,
    "self": "http://localhost:8080/ws/rest/EventLog/1104816",
    "createdDate": "2012-10-01 1001T10:52:37",
    "modifiedDate": "2012-10-05 1605T16:28:15",
    "eventLogDate": "2012-07-30 0430T04:08:00",
    "event": {
        "key": 1000050,
        "self": "http://localhost:8080/ws/rest/Event/1000050",
        "eventCode": "ARR",
        "eventDesc": "Arrived"
    },
    "remarks": []
}