evaluations_by_metric
Retrieve evaluation time-series grouped by dimension (country, hosting, partner, region) with date counts per group and per-app addons. Filter by aggregation period and date range.
Instructions
Evaluation time-series grouped by a dimension. FLAT total.series[] (no datasets, no uniqueTotal) — one series per group value (e.g. country names for metric=country), each {name, elements:[{date,count}]} — plus per-app addons[]. Only aggregation/startDate/endDate filter (productId/hosting/addon are silently ignored on this endpoint).
📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/evaluations/{metric}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-evaluations-metric-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | Path segment / grouping dimension. Allowable per Atlassian: `country`, `hosting`, `partner`, `region`. Anything else → HTTP 400. | |
| endDate | No | ISO date YYYY-MM-DD. | |
| startDate | No | ISO date YYYY-MM-DD. | |
| aggregation | No | Time-series bucket cadence. Default week. Invalid → 400. |