/o?method=events

Retrieve events of the app

Retrieves the raw event data of the app segmented by provided event segmentation. The object is divided by time metrics, like year, month, date and can be processed by Countly JavaScript libraries
c - total count
s - total sum

Path Params
string
required

API_KEY of user, with permission to access this app

string
required

ID of the app for which to query

string
required

(optional) Name of event for which to retrieve data, if not provided will return data for first event ever occured

Query Params
string
Defaults to month

For which time period to provide data, possible values (month, 60days, 30days, 7days, yesterday, hour or [startMiliseconds, endMiliseconds] as [1417730400000,1420149600000])

string

(optional) JSON array as string, where you may provide multiple event names and will return merged data of all these events

string

(optional) name of callback function for JSONP output

string

(optional) Fetch data for specific segmentation of event

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Response
Choose an example:
application/json
text/plain