Amplitude · Example Payload

Dashboard Rest Api Segmentation Result Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Dashboard Rest Api Segmentation 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": {
    "series": [
      {}
    ],
    "seriesLabels": [
      [
        {}
      ]
    ],
    "xValues": [
      "example_value"
    ]
  }
}