Data Event Summary Item

This will return a summary of a data event for the App.

name
string

The name of the event

first
string

The first time the event was sent

last
string

The last time the event was sent

count
integer

The number of times the event was sent

description
string

The description of the event

{ "name": "placed-order", "first": "2014-01-16T23:12:21.000+00:00", "last": "2014-01-16T23:12:21.000+00:00 ", "count": 1, "description": "A user placed an order" }