/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.

Language