/o?method=segmentation_users

Get list of user uid properties for provided segmentation query

This api allows to query user lists for segmented events that were recorded in drill. Event can be any custom event sent to Countly server, as well as internal events like:

  • [CLY]_session for sessions
  • [CLY]_crash for crahses
  • [CLY]_view for views
  • [CLY]_action for actions
  • [CLY]_push_action for actions performed on push notifications
  • [CLY]_push_open for opened push notifications
  • [CLY]_push_sent for sent push notifications

It provides JSON array with uid properties, which are Countly internal user ids.

Query Params
string

API_KEY of user, with permission to access this app

string

ID of the app for which to query

string

Which event to query

string

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

string

period by which to breakdown data: hourly, daily, weekly, monthly

string

Json string encoded mongodb query

string

(optional) name of callback function for JSONP output

Response

Language
Response
Choose an example:
application/json