Amplitude · Example Payload

Dashboard Rest Api Event List Result Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Dashboard Rest Api Event List Result Example is an example object payload from Amplitude, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": [
    {
      "name": "Example Name",
      "totals": 225
    }
  ]
}