event resource

Resource that manages events.

JSON request templates

Some commands in this resource generate JSON output in multiple formats, as specified by the format parameter. These output formats include different subsets of properties for the requested elements, as appropriate for different use cases. The included properties for each format are described in the JSON templates below.
list, detail
{
  "description": "Event description",
  "endDate": "Event end date (timestamp)",
  "id": "Event ID",
  "isOneDay": "Whether the event runs for an entire day 
  (true or false).",
  "name": "Event name",
  "releases": "[Array of releases (See: release 
  TEMPLATE_LIST)]",
  "startDate": "Event start date (timestamp)",
  "type": {
    "color": "Event Type color (Hexadecimal)",
    "dateCreated": "Timestamp that represents the date 
  when the Event Type has been created.",
    "description": "Event Type Description",
    "ghostedDate": "Timestamp that represents the date 
  when the Event Type has been deleted. If greater than 0 
  the Event Type has been removed.",
    "id": "Event Type ID",
    "name": "Event Type Name",
    "order": "Event Type order",
    "version": "Version number"
  },
  "version": "Version number"
}

Feedback