Versions Compared

Key

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

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

Long Description

Properties

Property
Type
Length
Mandatory
Description
Comments
eventLogDate
Date    
event
/Event    

Example

...

Response Body

Note
This example has been updated for API version

Updated for API version 2.0.0

using date format

using the new required date format yyyy-dd-MMThh:mi:ss

, versions prior to 2.0.0 has the following date format:

to conform ISO 8601, (prior version has date format: yyyy-dd-MM

hh:mi:ss)

Code Block
languagejs
{
    "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": []
}

Top
Back