$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 3 Next »

Properties

Property
Type
Length
Mandatory
Description
Comments
eventLogDateDate    
event
/Event    

Example response body

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
{
    "key": 1104816,
    "self": "http://localhost:8080/ws/rest/EventLog/1104816",
    "createdDate": "2012-10-01T10:52:37",
    "modifiedDate": "2012-10-05T16:28:15",
    "eventLogDate": "2012-07-30T04:08:00",
    "event": {
        "key": 1000050,
        "self": "http://localhost:8080/ws/rest/Event/1000050",
        "eventCode": "ARR",
        "eventDesc": "Arrived"
    },
    "remarks": []
}
  • No labels