Get Dashboard Trend
dashboard
Get Dashboard Trend
Daily time-series for a single named metric over a window.
Route: GET /api/v1/dashboard/trend?window=30d&metric=issues_opened
Response: {data: [{date: 'YYYY-MM-DD', value: int}], metric, window}
GET
Get Dashboard Trend
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.